From 61e34e7711e12fb6cf8af5c9cf5328c174cab2e5 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 22 Aug 2009 14:08:33 +0000 Subject: moved server analysis to new page structure --- pages/server_analysis.php | 138 +++++++++++++++++++++++++++++++ system.php | 138 ------------------------------- views/default/settings/tidypics/edit.php | 4 +- views/default/tidypics/settings.php | 2 +- 4 files changed, 141 insertions(+), 141 deletions(-) create mode 100644 pages/server_analysis.php delete mode 100644 system.php diff --git a/pages/server_analysis.php b/pages/server_analysis.php new file mode 100644 index 000000000..f1f956f0b --- /dev/null +++ b/pages/server_analysis.php @@ -0,0 +1,138 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PHP version
GDElgg requires the GD extension to be loaded
ImageMagick PHP
exec()Required for ImageMagick command line
Memory Available to PHPChange memory_limit to increase
Memory Used to Load This PageThis is approximately the minimum per page
Max File Upload SizeMax size of an uploaded image
Max Post SizeMax post size = sum of images + html form
Max Input Time sTime script waits for upload to finish
Max Execution Time sMax time a script will run
GD imagejpeg
GD imagepng
GD imagegif
EXIF
+
+ ">Server configuration doc +
+
+ \ No newline at end of file diff --git a/system.php b/system.php deleted file mode 100644 index 85397fc08..000000000 --- a/system.php +++ /dev/null @@ -1,138 +0,0 @@ - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PHP version
GDElgg requires the GD extension to be loaded
ImageMagick PHP
exec()Required for ImageMagick command line
Memory Available to PHPChange memory_limit to increase
Memory Used to Load This PageThis is approximately the minimum per page
Max File Upload SizeMax size of an uploaded image
Max Post SizeMax post size = sum of images + html form
Max Input Time sTime script waits for upload to finish
Max Execution Time sMax time a script will run
GD imagejpeg
GD imagepng
GD imagegif
EXIF
-
- ">Server configuration doc -
-
- \ No newline at end of file diff --git a/views/default/settings/tidypics/edit.php b/views/default/settings/tidypics/edit.php index ca388cd0e..81db3c5e8 100644 --- a/views/default/settings/tidypics/edit.php +++ b/views/default/settings/tidypics/edit.php @@ -1,7 +1,7 @@ wwwroot . 'mod/tidypics/system.php'; - $settings_url = $CONFIG->wwwroot . 'mod/tidypics/admin.php'; + $system_url = $CONFIG->wwwroot . 'mod/tidypics/pages/server_analysis.php'; + $settings_url = $CONFIG->wwwroot . 'mod/tidypics/pages/admin.php'; ?>

diff --git a/views/default/tidypics/settings.php b/views/default/tidypics/settings.php index c8d12d861..774dc35bd 100644 --- a/views/default/tidypics/settings.php +++ b/views/default/tidypics/settings.php @@ -3,7 +3,7 @@ echo elgg_view('output/longtext', array('value' => elgg_echo("tidypics:admin:instructions"))); global $CONFIG; - $system_url = $CONFIG->wwwroot . 'mod/tidypics/system.php'; + $system_url = $CONFIG->wwwroot . 'mod/tidypics/pages/server_analysis.php'; $upgrade_url = $CONFIG->wwwroot . 'mod/tidypics/upgrade.php'; $upgrade = false; -- cgit v1.2.3