From: tokul Date: Sat, 7 Oct 2006 15:44:36 +0000 (+0000) Subject: fixed phpdoc formating X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=9a09a81dc665789aa03072d834f4febbff10cd46;ds=sidebyside fixed phpdoc formating are you sure that script can't be abused to read other files on server git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11862 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/themes/color_theme_to_css.php b/themes/color_theme_to_css.php index b01e54a9..f1e8b844 100755 --- a/themes/color_theme_to_css.php +++ b/themes/color_theme_to_css.php @@ -26,6 +26,7 @@ * @since 1.5.2 */ +/** make sure that first command line argument is set */ if (empty($argv[1])) { echo "Please provide the path to the file containing the \$color theme you\n" . "wish to convert to a stylesheet.\n\n";