diff options
Diffstat (limited to 'old/projects/index.php')
-rw-r--r-- | old/projects/index.php | 7 |
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 |