diff --git a/init/index.php b/init/index.php index 975111e..99c8526 100755 --- a/init/index.php +++ b/init/index.php @@ -20,6 +20,7 @@ if (! empty ( $_GET ["customDir"] )) { } else if (empty ( $customDir )) { $customDir = "interface"; } +include_once (dirname(__FILE__)."/../classesphp/sani_request.php"); if (! file_exists ( $dir_tmp )) { @mkdir ( $dir_tmp, 0744 ); } diff --git a/ogc/index.php b/ogc/index.php index 88fe111..28e335d 100755 --- a/ogc/index.php +++ b/ogc/index.php @@ -1,6 +1,7 @@