diff options
| -rw-r--r-- | faces.php (renamed from index.php) | 0 | ||||
| -rw-r--r-- | public/index.php | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index 4137fcb..b056960 100644 --- a/public/index.php +++ b/public/index.php @@ -1,5 +1,5 @@ <?php -require_once __DIR__ . '/../index.php'; +require_once __DIR__ . '/../faces.php'; ?> <!doctype html> <head> |
