projects
/
web
/
www.classiccarcocoon.com.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f6f8b3
)
Update path for live site
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 1 Dec 2016 17:41:51 +0000
(12:41 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 1 Dec 2016 17:41:51 +0000
(12:41 -0500)
Need to set for live site.
admin/path.phtml
patch
|
blob
|
history
diff --git
a/admin/path.phtml
b/admin/path.phtml
index
76225e0
..
2d6a957
100755
(executable)
--- a/
admin/path.phtml
+++ b/
admin/path.phtml
@@
-1,5
+1,5
@@
<?php
-define("URL_BASE", "/
www.classiccarcocoon.com/
");
+define("URL_BASE", "/");
define("HELP_BASE", "help/");
define("BASE", "/var/www/server/www.classiccarcocoon.com/");
define("UP_BASE", BASE."uploads/");