commit 0d58b0785a66fa2bca4cfbf821019ebe2e3a4a7a
parent 617b1625dd8b49667aaa649a7b96a71344737d08
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 1 Apr 2015 18:35:05 +0200
next try
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php
@@ -318,6 +318,8 @@ if ($root_3[1] == 'core') {
<?php
$dirs = scandir($root . "/themes");
$ausnahmen["1"] = ".htaccess";
+ $ausnahmen["2"] = ".";
+ $ausnahmen["3"] = "..";
$dirs = array_diff($dirs, $ausnahmen);
var_dump($dirs);
echo '