diff --git a/e107_admin/fileinspector.php b/e107_admin/fileinspector.php index d271bcb21..61ba02aa1 100644 --- a/e107_admin/fileinspector.php +++ b/e107_admin/fileinspector.php @@ -62,7 +62,7 @@ if(isset($_GET['scan'])) Results ".$fi->headerCss()." ".headerjs()." - \n"; + \n"; // define('e_IFRAME', true); // require_once(e_ADMIN."auth.php"); @@ -134,9 +134,16 @@ class file_inspector { var $totalFiles = 0; var $coredir = array(); var $progress_units = 0; + + private $file_warning = 'yup'; + private $folder_warning = ''; - function file_inspector() + function __construct() { + + + + global $e107,$core_image; //$this->totalFiles = count($core_image,COUNT_RECURSIVE); @@ -191,7 +198,7 @@ class file_inspector { } - $text = "
+ $text = "
@@ -711,25 +718,25 @@ class file_inspector { $text = "
- + "; $text .= ""; $text .= " -
".FR_LAN_2."".FR_LAN_2."
-
+
".$scan_text."
"; +
"; } else { $text = "
- + "; $text .= " @@ -942,7 +949,7 @@ class file_inspector { $this -> create_image($_POST['snapshot_path']); $text = "
-
".FR_LAN_2."".FR_LAN_2."
+
snapshot_interface "; @@ -1062,12 +1069,19 @@ class file_inspector { $active = ""; } + echo e107::getForm()->progressBar('inspector',$inc); - - echo '
+ /* echo '
-
'; - +
';*/ + + + echo " + "; + + return; + + // exit; /* echo "
@@ -1097,7 +1111,11 @@ class file_inspector { $query = http_build_query($_POST); - $text = ""; + $text = " + + + + "; $ns -> tablerender(FR_LAN_1, $text); }
Snapshot Created