mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 00:05:46 +02:00
Add in security code, youtube bbcode from 0.7
This commit is contained in:
@@ -9,9 +9,10 @@
|
||||
* Administration - Site Preferences
|
||||
*
|
||||
* $URL$
|
||||
* $Revision$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
* $Author$
|
||||
*/
|
||||
require_once ("../class2.php");
|
||||
|
||||
if(isset($_POST['newver']))
|
||||
@@ -765,6 +766,21 @@ $text .= "
|
||||
<div class='smalltext field-help'>".PRFLAN_117."</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class='label'>".PRFLAN_215.":</td>
|
||||
<td class='control'>
|
||||
".r_userclass('post_script',$pref['post_script'],'off','nobody,member,admin,main,classes')."
|
||||
<div class='smalltext field-help'>".PRFLAN_216."</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='label'>".PRFLAN_217.":</td>
|
||||
<td class='control'>
|
||||
".$frm->radio_switch('filter_script', varset($pref['filter_script'], 1))."
|
||||
<div class='smalltext field-help'>".PRFLAN_218."</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='label'>".PRFLAN_122.":</td>
|
||||
<td class='control'>
|
||||
|
Reference in New Issue
Block a user