#  Re: Разбор idec №2
shaos (spnet, 2) → shaos  –  07:53:48 2024-11-02

Хак:

elseif (($opts[0] == 'u' and $opts[1] == 'e') ||
($opts[0] == 'lim' and $opts[2] == 'u' and $opts[3] == 'e')) {
$work_options=array_slice($opts, 2);
// lim/N/u/e hack
if($opts[0] == 'lim') {
$work_options[0] = 'lim';
$work_options[1] = $opts[1];
}
Powered by iii-php v0.11