File manager - Edit - /home/autoph/public_html/portal/functions/general_portal.php
Back
<?php function logged_in_redirect(){ if (logged_in()=== true){ header('Location:main_new.php'); exit(); } } function protected_page() { if (logged_in() === false){ header('Location:index2.php?action=login'); exit(); } } function protected_page_new() { if (logged_in() === false){ header('Location:index2.php?action=login'); exit(); } } function logged_in_redirect_new(){ if (logged_in()=== true){ header('Location:main_new.php?view=&sid='); exit(); } } function array_sanitize(&$item){ $item = mysql_real_escape_string($item); } function sanitize($data){ return mysql_real_escape_string($data); } ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings