Skip to content
Snippets Groups Projects
Commit b3ac76ec authored by alvaro's avatar alvaro
Browse files

Dummy

parent c5abdee0
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,7 @@ if($uri == $conf['basedir']){ ...@@ -59,6 +59,7 @@ if($uri == $conf['basedir']){
exit(0); exit(0);
} }
//Configure external URIs if necessary //Configure external URIs if necessary
if(isset($conf['mirror_external_uris']) && $conf['mirror_external_uris'] != false){ if(isset($conf['mirror_external_uris']) && $conf['mirror_external_uris'] != false){
$localUri = $conf['basedir'].$_GET['q']; $localUri = $conf['basedir'].$_GET['q'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment