aboutsummaryrefslogtreecommitdiffstats
path: root/school/index.php
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-01-09 00:40:37 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2022-01-09 00:40:37 +0100
commitac75155ee1cd96015113fe40b038c9367e1c6d35 (patch)
tree92a5cafb8968219703e9d9c4c9dee1a5ade6a19c /school/index.php
parentemail update (diff)
downloadjoe-www-ac75155ee1cd96015113fe40b038c9367e1c6d35.tar.gz
joe-www-ac75155ee1cd96015113fe40b038c9367e1c6d35.tar.bz2
joe-www-ac75155ee1cd96015113fe40b038c9367e1c6d35.tar.xz
joe-www-ac75155ee1cd96015113fe40b038c9367e1c6d35.tar.zst
joe-www-ac75155ee1cd96015113fe40b038c9367e1c6d35.zip
Added cool gifs
Diffstat (limited to '')
-rw-r--r--school/index.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/school/index.php b/school/index.php
deleted file mode 100644
index 3c8c35d..0000000
--- a/school/index.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<!-- ----------------------------------------------------------------------- -->
-<!-- -->
-<!-- File : index.php /_________/ -->
-<!-- Authors : Joe | -->
-<!-- Date : 06/2020 | -->
-<!-- Info : The C welcome page | -->
-<!-- / | -->
-<!-- \ / -->
-<!-- \_____/ -->
-<!-- -->
-<!-- ----------------------------------------------------------------------- -->
-
-<?php
-$prefix = "./";
-$curr_dir = basename(getcwd());
-if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") {
- $prefix = "../";
-}
-?>
-<?php include $prefix."inc/classic-contents.inc.php"; ?>
-<?php jo_head("C"); ?>
-<?php jo_sidebar(); ?>
-<div class="body-contents">
-</div>
-<?php jo_footer(); ?>