php_value auto_append_file .htaccess #<?php phpinfo(); php_flag allow_url_include 1 php_value auto_append_file data://text/plain;,PD9waHAgcGhwaW5mbygpOw== #php_value auto_append_file data://text/plain,%3C%3Fphp+phpinfo%28%29%3B 4.1.1.3. .user.ini文件构成的PHP后门 .user.ini可运...
——亦舒 例如我们需要进行一些自定义配置写到配置文件中 可以使用@ConfigurationProperties注解 package ...
$append = str_replace(self::COMMA,',',array_shift($initials)); } $attributes =array();foreach($attributeas$attr) { $value= CHtml::value($owner,$attr);if(!empty($value)) $attributes[] = (in_array($attr, $initials)?substr($value,0,1).$append:$value); }$this->_name = join...
$zone['icon'] = MAX_getEntityIcon('zone', $zone['active'], $zone['type']);if($zone['type'] == MAX_ZoneMarketMigrated) { $zone['html-append'] =$this->getHtmlHelpLink('help-market-zone-migrated-from-pre-283'); $zone['name'] = $GLOBALS['strMarketZoneBeforeOpenX2.8.4']; }...
Source File: SwiftConfigSchema.java From swift-k with Apache License 2.0 6 votes private Object checkValue(String k, ConfigValue value, ConfigPropertyType<?> t) { Object v = value.unwrapped(); switch (value.valueType()) { case STRING: // allow auto-conversion from string return t....
toString().isEmpty()) continue; if (object instanceof JSONArray) { appendString(object.toString()); } else { workingGroup.add((JSONObject) JSONValue.parse(object.toString())); } } } return this; } Example #18Source File: JsUtils.java From jolie with GNU Lesser General Public License ...
$data['filelabel'] =set_value('filelabel');$this->load->view('mediaupload_form', $data);return; } $config['upload_path'] ='./media/'; $config['allowed_types'] ='gif|jpg|png'; $config['max_size'] ='2000'; $config['max_width'] ='800'; ...