Show admin.php syntax highlighted
<?php
switch ($_GET['op']) {
case "save":
$currentModule->object->saveText($_POST['l_base'],$_POST['l_instance'],$_POST['l_id'],$_POST['l_field'],$_POST['language'],$_POST['text']);
$currentModule->addContent("saved.php");
break;
}
?>
See more files for this project here