aboutsummaryrefslogtreecommitdiff
path: root/old/projects/index.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-16 11:37:18 +0200
committerMinteck <contact@minteck.org>2022-06-16 11:37:18 +0200
commit060473d7e7da51bf372b3d2958580b8f65f4769b (patch)
tree0ccefc7dd4ba076474a09e2d8aa5aa6df83b8f20 /old/projects/index.php
parent825a95e13bd2e712544a5ba40c739da053d90f1c (diff)
downloadember-060473d7e7da51bf372b3d2958580b8f65f4769b.tar.gz
ember-060473d7e7da51bf372b3d2958580b8f65f4769b.tar.bz2
ember-060473d7e7da51bf372b3d2958580b8f65f4769b.zip
This is the new Ember
Diffstat (limited to 'old/projects/index.php')
-rw-r--r--old/projects/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/projects/index.php b/old/projects/index.php
new file mode 100644
index 0000000..0b56fe8
--- /dev/null
+++ b/old/projects/index.php
@@ -0,0 +1,7 @@
+<?php
+
+if (isset(array_keys($_GET)[0])) {
+ require_once "view.php";
+} else {
+ require_once "home.php";
+} \ No newline at end of file