do I have schizophrenia
This commit is contained in:
parent
1fb35cbf6a
commit
2546eb01d5
@ -37,6 +37,8 @@ if (isset($_SESSION['user_id'])) {
|
||||
|
||||
$page_file = "$template_dir/404.html";
|
||||
|
||||
print_r($paths_to_check);
|
||||
|
||||
foreach($paths_to_check as $page_dir){
|
||||
$page_file_tmp = "$page_dir/$page.html";
|
||||
if(file_exists($page_file_tmp)){
|
||||
|
Loading…
Reference in New Issue
Block a user