Path : /hermes/sb_web/b2920/hilmajohnson.com/admin/inc/ |
Current < : /hermes/sb_web/b2920/hilmajohnson.com/admin/inc/pw.php |
<?php header('Content-type: text/html; charset=utf-8'); ini_set('display_errors',0); ini_set('error_reporting',0); ini_set("log_errors", "off"); $USERS["admin"] = "admin"; function check_logged(){ global $_SESSION, $USERS; if (!array_key_exists($_SESSION["logged"],$USERS)) { header("Location: index.php"); }; }; ?>