[Serusers] /serweb_2004-07-27/html/config.php user->user_interface

JOHN J. BARTON bartonjj at us.ibm.com
Wed Nov 10 03:03:53 CET 2004


I believe that three places in /serweb_2004-07-27/html/config.php
the string "/user" should be "user_interface/".  The important one is:
		/* relative paths of serweb tree */
		$this->img_src_path =	$this->root_path."img/";
		$this->js_src_path =    $this->root_path."styles/";
		$this->style_src_path = $this->root_path."styles/";
		$this->user_pages_path = $this->root_path."user/";
-----------------------------------------------------------^^^^^ HERE
		$this->admin_pages_path = $this->root_path."admin/";

It causes the admin pages to have bad links.

John.





More information about the sr-users mailing list