diff --git a/setup/lib/ConfigGenerator.class.php b/setup/lib/ConfigGenerator.class.php index ddad7f124..95c33251d 100644 --- a/setup/lib/ConfigGenerator.class.php +++ b/setup/lib/ConfigGenerator.class.php @@ -31,7 +31,7 @@ class ConfigGenerator . ' * Generated configuration file' . $crlf . ' * Generated by: phpMyAdmin ' . $GLOBALS['PMA_Config']->get('PMA_VERSION') - . ' setup script by Piotr Przybylski ' . $crlf + . ' setup script' . $crlf . ' * Date: ' . date(DATE_RFC1123) . $crlf . ' */' . $crlf . $crlf; @@ -148,4 +148,4 @@ class ConfigGenerator return $ret; } } -?> \ No newline at end of file +?>