1
0
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:
Thomas Wilbur 2016-02-12 12:21:30 -06:00
parent 3ecd47176b
commit fef96750f7

View File

@ -1,4 +1,6 @@
<?php
//Security
error_reporting(0);
require_once "rain/rain.tpl.class.php";
raintpl::configure( 'path_replace', false);
@ -21,4 +23,4 @@ if(isset($_GET['info'])) {
}
$tpl->draw("footer");
?>
?>