Changeset 3391 for plugins/cleanConfig/inc/lib.cleanconfig.php
- Timestamp:
- 03/15/16 12:26:49 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/cleanConfig/inc/lib.cleanconfig.php
r2423 r3391 3 3 # 4 4 # This file is part of clean:config, a plugin for Dotclear 2 5 # Copyright (C) 2007 ,2009,2010Moe (http://gniark.net/)5 # Copyright (C) 2007-2016 Moe (http://gniark.net/) 6 6 # 7 7 # clean:config is free software; you can redistribute it and/or … … 126 126 { 127 127 $value = form::field(html::escapeHTML($ns.'_field'),40, 128 null,html::escapeHTML( $v['value']),null,null,null,128 null,html::escapeHTML(($v['type'] == 'array' ? json_encode($v['value']) : $v['value'])),null,null,null, 129 129 'readonly="readonly"'); 130 130 } … … 158 158 } 159 159 } 160 161 ?>
Note: See TracChangeset
for help on using the changeset viewer.