This website works better with JavaScript
Home
Explore
WellObserve
About
Help
Register
Sign In
*/}}
chengdulittlea
/
LaMDWikiV4
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
507b30880a
Branches
Tags
main
LaMDWikiV4
/
error.php
error.php
87 B
History
Raw
1
2
3
4
5
<?php
error_reporting(E_ALL);
ini_set("display_errors", 1);
include("index.php");
?>