/+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://localhost/StupidMVC/");
 
26
 
 
27
header("Content-type: text/xml");
 
28
 
25
29
/* *****************************************************************************
26
30
 * ************************************************************************** */
27
31
 
47
51
 
48
52
$router->register_404_controller ("FourOhFour");
49
53
 
50
 
var_dump ($router);
51
 
 
52
54
$router->route();
53
55
 
54
56