mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-28 10:24:36 +00:00
9 lines
60 B
PHP
9 lines
60 B
PHP
|
<?php
|
||
|
|
||
|
function d($d, $v)
|
||
|
{
|
||
|
define($d, $v);
|
||
|
}
|
||
|
|
||
|
// quest
|