File manager - Edit - /home/autoph/public_html/tasks/page.php
Back
<?php include 'cfg/db.php'; // print_r($session_user);exit; // $display_name = $session_user['firstname']. ' '.substr($session_user['lastname'],0,1); // echo ucwords(strtolower($display_name));exit; $category = isset($_REQUEST['category']) ? $_REQUEST['category'] : ''; $action = isset($_REQUEST['action']) ? $_REQUEST['action'] : ''; $src_dir = "resources/views/"; $page_ext = "php"; $full_path = $src_dir."$category/$action".".".$page_ext; $error_404 = 'dist/img/9.png'; if(file_exists($full_path)){ include $full_path; }else{ // echo $full_path."\n"; include $error_404; } ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings