Aleksander Machniak
2016-05-22 0344b168276f80189e2254c75a762aff5b517b6b
bin/updatecss.sh
@@ -18,7 +18,7 @@
 +-----------------------------------------------------------------------+
*/
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' );
define('INSTALL_PATH', realpath(__DIR__ . '/..') . '/' );
require_once INSTALL_PATH . 'program/include/clisetup.php';
@@ -28,7 +28,7 @@
));
if (empty($opts['dir'])) {
    print "Skin directory not specified (--dir). Using skins/ and plugins/skins/.\n";
    print "Skin directory not specified (--dir). Using skins/ and plugins/*/skins/.\n";
    $dir     = INSTALL_PATH . 'skins';
    $dir_p   = INSTALL_PATH . 'plugins';