1 2
$ rm -rf concrete/ $ ln -s /path/to/concrete_dir concrete
1 2 3 4
# if "concrete/" does NOT exist in DIR_BASE then we set multi_site to on if (!is_dir(DIR_BASE . '/' . DIRNAME_APP)) { define("MULTI_SITE", 1); }
<?php require('/path/to/concrete_dir/dispatcher.php');
Comments
comments powered by Disqus