mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
Update index.php
This commit is contained in:
parent
3ecd47176b
commit
fef96750f7
@ -1,4 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
//Security
|
||||||
|
error_reporting(0);
|
||||||
require_once "rain/rain.tpl.class.php";
|
require_once "rain/rain.tpl.class.php";
|
||||||
|
|
||||||
raintpl::configure( 'path_replace', false);
|
raintpl::configure( 'path_replace', false);
|
||||||
@ -21,4 +23,4 @@ if(isset($_GET['info'])) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$tpl->draw("footer");
|
$tpl->draw("footer");
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user