Update path for live site
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 1 Dec 2016 17:41:51 +0000 (12:41 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 1 Dec 2016 17:41:51 +0000 (12:41 -0500)
Need to set for live site.

admin/path.phtml

index 76225e0..2d6a957 100755 (executable)
@@ -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/");