X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fcolor_theme_to_css.php;h=4f1e8d1a36915ea7fe90f3ee1e3ecc7f359cea93;hb=59927db317c6b031765a88ca3508edeb7ccbcc6e;hp=b01e54a9526eaafa48e309ca6576af15bbe14854;hpb=7e2ddf11abed8b8a93bc437fde95cfeba987a091;p=squirrelmail.git diff --git a/themes/color_theme_to_css.php b/themes/color_theme_to_css.php old mode 100755 new mode 100644 index b01e54a9..4f1e8d1a --- a/themes/color_theme_to_css.php +++ b/themes/color_theme_to_css.php @@ -17,7 +17,7 @@ * * /path/to/squirrelmail/templates/theme_to_css.php /path/to/mytheme.php > my_theme.css * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright 1999-2018 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -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";