/+junk/StupidMVC

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/StupidMVC

« back to all changes in this revision

Viewing changes to index.php

  • Committer: Gustav Hartvigsson
  • Date: 2016-03-17 16:13:14 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160317161314-z2k6qdqeciuoliwi
* Woops.. Forget the beader and footer files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
}
23
23
 
24
24
 
25
 
define ("BASE_URL", ("http://" . $_SERVER["SERVER_NAME"] . "/StupidMVC/"));
 
25
define ("BASE_URL", "http://localhost/StupidMVC/");
26
26
 
27
27
header("Content-type: text/xml");
28
28