X-Git-Url: https://git.rvb.name/openlib.git/blobdiff_plain/a47401f5fac121db5eb44214530121ab14cba2f3..6b3a07a008979ee27733a2deae2ff4fc42f4a535:/www/checkconfig.php diff --git a/www/checkconfig.php b/www/checkconfig.php new file mode 100644 index 0000000..bd92258 --- /dev/null +++ b/www/checkconfig.php @@ -0,0 +1,103 @@ + + * + */ + + require_once ("config.php"); + require_once ("base.php"); + + header ("Content-Type:text/html; charset=UTF-8"); + + $err = getURLParam ("err", -1); + $error = NULL; + switch ($err) { + case 1 : + $error = "Database error"; + break; + } + +?> + + + + + COPS Configuration Check + + + +
+
+
+

COPS Configuration Check

+
+
+ +
+ +
+

You've been redirected because COPS is not configured properly

+

+
+ +
+

Check if GD is properly installed and loaded

+

+ +

+
+
+

Check if MySQL is properly installed and loaded

+

+ +

+
+
+

Check if libxml is properly installed and loaded

+

+ +

+
+
+

Check if database can be opened with PHP

+

+ +

+
+
+ +
+ + \ No newline at end of file