From dd3fcae605c590c76ebfc5584a9a5e33c7fe2a40 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 16 May 2009 15:59:35 +0000 Subject: added screen for viewing server setup to advise on configuring server for better Tidypics performance --- system.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 system.php (limited to 'system.php') diff --git a/system.php b/system.php new file mode 100644 index 000000000..d9abcd2e5 --- /dev/null +++ b/system.php @@ -0,0 +1,42 @@ +=')); +$xml_ok = extension_loaded('xml'); +$pcre_ok = extension_loaded('pcre'); +$curl_ok = function_exists('curl_exec'); +$zlib_ok = extension_loaded('zlib'); +$mbstring_ok = extension_loaded('mbstring'); +$iconv_ok = extension_loaded('iconv'); +*/ + ob_start(); + + echo elgg_view_title($title); +?> +
+ +
+ \ No newline at end of file -- cgit v1.2.3