aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/index.php')
-rw-r--r--emacs/index.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/emacs/index.php b/emacs/index.php
deleted file mode 100644
index 3c8c35d..0000000
--- a/emacs/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(); ?>