mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
fixing syntax error - sorry for that
This commit is contained in:
parent
2028500c0a
commit
aff08925c1
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ class OC{
|
|||
$scriptName.='index.php';
|
||||
//make sure suburi follows the same rules as scriptName
|
||||
if(substr(OC::$SUBURI, -9)!='index.php') {
|
||||
if(substr(OC::$SUBURI,-1)!='/' {
|
||||
if(substr(OC::$SUBURI, -1)!='/') {
|
||||
OC::$SUBURI=OC::$SUBURI.'/';
|
||||
}
|
||||
OC::$SUBURI=OC::$SUBURI.'index.php';
|
||||
|
|
|
|||
Loading…
Reference in a new issue