mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 03:06:38 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?
|
||||
$file = "eqemu_config.xml";
|
||||
if(open(F, "<$file")) {
|
||||
$request->get("Content-type", "text/xml");
|
||||
while(<F>) {
|
||||
print;
|
||||
}
|
||||
close(F);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user