summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-07 22:04:14 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-07 22:04:14 +0200
commit1b27639c9eaca9adeb6247b280efc79d60ab0219 (patch)
tree718a8876b8d9a5bfa8825b2b3464524898770db4
parentAdded license web page (diff)
downloadgitjoe-www-1b27639c9eaca9adeb6247b280efc79d60ab0219.tar.gz
gitjoe-www-1b27639c9eaca9adeb6247b280efc79d60ab0219.tar.bz2
gitjoe-www-1b27639c9eaca9adeb6247b280efc79d60ab0219.tar.xz
gitjoe-www-1b27639c9eaca9adeb6247b280efc79d60ab0219.tar.zst
gitjoe-www-1b27639c9eaca9adeb6247b280efc79d60ab0219.zip
Fix for license.php
-rw-r--r--license.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/license.php b/license.php
index 01297ba..01f2819 100644
--- a/license.php
+++ b/license.php
@@ -13,7 +13,7 @@
<?php
$prefix = "./";
$curr_dir = basename(getcwd());
-if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") {
+if ($curr_dir != "git-jozan" && $curr_dir != "gitjoe") {
$prefix = "../";
}
?>