Skip to content

Commit

Permalink
Admin arrumado
Browse files Browse the repository at this point in the history
  • Loading branch information
kaway404 committed Nov 29, 2017
1 parent a80bc16 commit a8b9628
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions addsa.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
require '/static/php/system/database.php';
require '/static/php/system/config.php';
require 'static/php/system/database.php';
require 'static/php/system/config.php';
$nome = $_POST['names'];
$tipo = $_POST['tipo'];
$capa = $_POST['capa'];
Expand Down
4 changes: 2 additions & 2 deletions addsb.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
require '/static/php/system/database.php';
require '/static/php/system/config.php';
require 'static/php/system/database.php';
require 'static/php/system/config.php';
$tiposa = $_POST['tiposa'];
$ep = $_POST['ep'];
$mp4 = $_POST['mp4'];
Expand Down

0 comments on commit a8b9628

Please sign in to comment.