Skip to content

Commit

Permalink
Gerenciar perfil arrumado
Browse files Browse the repository at this point in the history
  • Loading branch information
kaway404 committed Nov 29, 2017
1 parent a8b9628 commit 7a348cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dqs.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';

if(isset($_COOKIE['iduser']) and (isset($_COOKIE['inisession']))){
$iduser = DBEscape( strip_tags(trim($_COOKIE['iduser']) ) );
Expand Down

0 comments on commit 7a348cd

Please sign in to comment.