diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 02:52:50 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 02:52:50 +0200 |
commit | cb51ae59b900234844be615537cf5a6b398f494e (patch) | |
tree | 89e350a7f683e1685bcc37b746ce3366bf264106 /c/index.php | |
parent | New file (diff) | |
download | joe-www-cb51ae59b900234844be615537cf5a6b398f494e.tar.gz joe-www-cb51ae59b900234844be615537cf5a6b398f494e.tar.bz2 joe-www-cb51ae59b900234844be615537cf5a6b398f494e.tar.xz joe-www-cb51ae59b900234844be615537cf5a6b398f494e.tar.zst joe-www-cb51ae59b900234844be615537cf5a6b398f494e.zip |
Removing php
Diffstat (limited to 'c/index.php')
-rw-r--r-- | c/index.php | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/c/index.php b/c/index.php deleted file mode 100644 index 3c8c35d..0000000 --- a/c/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(); ?> |