12 lines
No EOL
159 B
PHP
12 lines
No EOL
159 B
PHP
<?php
|
|
if(!defined("COMMON"))
|
|
require ("Common.php");
|
|
|
|
// Edit database?
|
|
|
|
die(json_encode(array(
|
|
"done" => true,
|
|
"type" => "S2CSimpleReply"
|
|
)));
|
|
|
|
?>
|