From cb51ae59b900234844be615537cf5a6b398f494e Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Sun, 17 Apr 2022 02:52:50 +0200
Subject: Removing php

---
 lisp/index.php | 25 -------------------------
 1 file changed, 25 deletions(-)
 delete mode 100644 lisp/index.php

(limited to 'lisp/index.php')

diff --git a/lisp/index.php b/lisp/index.php
deleted file mode 100644
index 3c8c35d..0000000
--- a/lisp/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(); ?>
-- 
cgit v1.2.3