Remove author names per our policy

This commit is contained in:
Marc Delisle
2011-01-30 06:46:15 -05:00
parent 783ad8c868
commit c432089db8

View File

@@ -31,7 +31,7 @@ class ConfigGenerator
. ' * Generated configuration file' . $crlf
. ' * Generated by: phpMyAdmin '
. $GLOBALS['PMA_Config']->get('PMA_VERSION')
. ' setup script by Piotr Przybylski <piotrprz@gmail.com>' . $crlf
. ' setup script' . $crlf
. ' * Date: ' . date(DATE_RFC1123) . $crlf
. ' */' . $crlf . $crlf;