File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Header {
1717 '<link href="%root%/CSS/SubMenuStyle.css.php" type="text/css" rel="stylesheet" /> ' ,
1818 '<link href="%root%/CSS/SubMenuStyleMobiel.css.php" type="text/css" rel="stylesheet" /> ' ,
1919 '<script src="https://apis.google.com/js/platform.js" async defer></script> ' ,
20- '<script src="%root%/JavaScript/. min.php"></script> ' ,
20+ '<script src="%root%/JavaScript/- min.php"></script> ' ,
2121 );
2222
2323 public static function getMetaTags () {
Original file line number Diff line number Diff line change 11<?php
22 $ j = new JSqueeze ();
33 foreach (scandir ('. ' ) as $ file ) {
4- if ($ file [0 ] != '. ' && !is_dir ($ file ) && $ file != __FILE__ ) {
4+ if ($ file [0 ] != '. ' && !is_dir ($ file ) && $ file[ 0 ] != ' - ' ) {
55 echo $ j ->squeeze (file_get_contents ($ file ), true , false ) . PHP_EOL ;
66 }
77 }
You can’t perform that action at this time.
0 commit comments