From: <var...@us...> - 2021-08-04 14:23:29
|
Revision: 10430 http://sourceforge.net/p/phpwiki/code/10430 Author: vargenau Date: 2021-08-04 14:23:13 +0000 (Wed, 04 Aug 2021) Log Message: ----------- configurator.php: remove unused code Modified Paths: -------------- trunk/configurator.php Modified: trunk/configurator.php =================================================================== --- trunk/configurator.php 2021-08-04 14:22:06 UTC (rev 10429) +++ trunk/configurator.php 2021-08-04 14:23:13 UTC (rev 10430) @@ -2353,14 +2353,6 @@ return ($newpass); } -// debugging -function printArray($a) -{ - echo "<hr />\n<pre>\n"; - print_r($a); - echo "\n</pre>\n<hr />\n"; -} - // end of class definitions ///////////////////////////// // begin auto generation code @@ -2411,8 +2403,6 @@ echo "<p>The configuration was written to <code><b>$config_file</b></code>.</p>\n"; if ($new_filename) { echo "<p>A backup was made to <code><b>$new_filename</b></code>.</p>\n"; - } else { - ; //echo "<p><strong>You must rename or copy this</strong> <code><b>$config_file</b></code> <strong>file to</strong> <code><b>config/config.ini</b></code>.</p>\n"; } } else { echo "<p>The configuration file could <b>not</b> be written.<br />\n", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |