diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-07 22:04:14 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-07 22:04:14 +0200 |
commit | 1b27639c9eaca9adeb6247b280efc79d60ab0219 (patch) | |
tree | 718a8876b8d9a5bfa8825b2b3464524898770db4 | |
parent | Added license web page (diff) | |
download | gitjoe-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.php | 2 |
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 = "../"; } ?> |