From 3eeeb3630680050c504bf0a825657851ce688456 Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Tue, 27 Oct 2020 23:03:47 +0100
Subject: Update

---
 asm/index.php | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 asm/index.php

(limited to 'asm')

diff --git a/asm/index.php b/asm/index.php
new file mode 100644
index 0000000..3c8c35d
--- /dev/null
+++ b/asm/index.php
@@ -0,0 +1,25 @@
+<!-- ----------------------------------------------------------------------- -->
+<!--                                                                         -->
+<!-- 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