Compare commits
1 Commits
02a0574f3e
...
655fdf20e6
Author | SHA1 | Date | |
---|---|---|---|
|
655fdf20e6 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,3 +6,5 @@ b/*/*.*
|
||||
s/*
|
||||
p/*
|
||||
!p/00-template.php
|
||||
!p/404.php
|
||||
!p/blog.php
|
||||
|
11
p/404.php
Normal file
11
p/404.php
Normal file
@ -0,0 +1,11 @@
|
||||
<p style="text-align:center;">
|
||||
<table border=0>
|
||||
<tr>
|
||||
<td style="font-size:14em;">404</td><td style="padding-left:50px; font-size:4em; text-align:left;">File not found!</td>
|
||||
</tr>
|
||||
</table>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The site you were looking for has been deleted or moved, or it never existed in the first place. Anyway, feel free to browse the site in search for your missing information.
|
||||
</p>
|
4
p/blog.php
Normal file
4
p/blog.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
if (!isset($CMS_ACTIVE)) exit();
|
||||
require_once "blog.php";
|
||||
?>
|
Loading…
Reference in New Issue
Block a user