6 lines
91 B
PHP
6 lines
91 B
PHP
|
<?php
|
||
|
|
||
|
if (! defined('FOR_SELECT_OPTION')) {
|
||
|
define('FOR_SELECT_OPTION', true);
|
||
|
}
|