projects
/
mtweb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
correction bug layout page / content
[mtweb]
/
web
/
index.php
1
<?php
2
3
// error_reporting(E_ALL);
4
5
require "app/main.php";
6
if($mw = __mw("config.php")) __mw_display($mw);
7
8
?>