02-02-2018, 06:10 PM
Double check to make sure your users table is still in the db.
edit users/update.php and put this as the first line after <?php
Try that
edit users/update.php and put this as the first line after <?php
Code:
$_SESSION['user'] = 1;
Try that