diff options
-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 = "../"; } ?> |