Subversion Repositories computer_asset_manager_v1

Rev

Rev 59 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59 Rev 64
Line 15... Line 15...
15
               and b.group_name = 'System' 
15
               and b.group_name = 'System' 
16
               and b.key_name = 'root url'";
16
               and b.key_name = 'root url'";
17
      $path = getOneDBValue( $query );
17
      $path = getOneDBValue( $query );
18
      if ( $path )
18
      if ( $path )
19
         header( "Location: $path" );
19
         header( "Location: $path" );
-
 
20
      else
-
 
21
         print "<html><body>SQL Error running <pre>$query</pre></body></html>";
20
   }
22
   }
21
   print "<html><body>Can not load file</body></html>";
23
   print "<html><body>Can not load file</body></html>";
22
?>
24
?>