Browse Source

Make sure that the path/href base is correct to display the page (images, CSS...)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1755 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 years ago
parent
commit
f14d813aac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/loginwebpage.class.inc.php

+ 1 - 0
application/loginwebpage.class.inc.php

@@ -87,6 +87,7 @@ h1 {
 }
 EOF
 );
+		$this->set_base(utils::GetAbsoluteUrlAppRoot().'pages/');
 	}
 	
 	public function DisplayLoginForm($sLoginType, $bFailedLogin = false)