Get rid of a redundant directory level.

This commit is contained in:
2016-08-20 22:31:29 +02:00
parent abb6ae9ba0
commit b2256b2454
556 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
/* This file keeps an index of the titles of current themes
and gives them to the JavaScript environment when requested */
$title = urldecode($_GET['title']);
$type = urldecode($_GET['type']);
$u['Default'] = 'default.css';
$u['Developer'] = 'dev.css';
?>