|
// Browse path
$ conf ["Base_url"] = "http: //". $ _SERVER ["SERVER_NAME"];
This statement is not smart enough
If I put it in a subdirectory, I would change it to:
// Browse path
$ conf ["Base_url"] = "http: //". $ _SERVER ["SERVER_NAME"]. "/ ***";
Is there a better way? |
|