commit e2f63b3063d1870cbea3b40313abd979de92b109
parent 389aac21d6d23e5a6bcbaff33addfcca7bde8c13
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 13 Dec 2014 19:32:34 +0100
add missed characters
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include.php b/include.php
@@ -1,7 +1,7 @@
<?php
-ini_restore('include_path')
+ini_restore('include_path');
if (get_include_path() = ini_restore('include_path') . getcwd()) {
- ini_restore('include_path')
+ ini_restore('include_path');
}else{
set_include_path(get_include_path() . PATH_SEPARATOR . getcwd());
echo get_include_path();