style members

This commit is contained in:
Clément
2018-09-12 01:34:13 +02:00
parent 6996faa2e1
commit 5561d9a604
12 changed files with 185 additions and 98 deletions

View File

@ -5,4 +5,5 @@ if (PHP_SAPI == 'cli-server') {
$file = __DIR__ . $url['path'];
if (is_file($file)) return false;
}
include "index.html";