in der Entwicklung einer Site binde ich das Haupttemplate immer via
Code: Select all
// -------------------------------------------------------------------------------------------
// obligate check for phpwcms constants
if (!defined('PHPWCMS_ROOT')) {
die("You Cannot Access This Script Directly, Have a Nice Day."); }
// -------------------------------------------------------------------------------------------
if ($block['maintext'] == 'main_politica.php')
$block['maintext'] = file_get_contents(PHPWCMS_TEMPLATE.'/inc_script/template/'.$block['maintext']);
Soweit so gut.
Nun habe ich einige sehr umfangreiche Formulare. Bei/nach jedem Aktualisieren muss man das Textfeld mit der Vorlage im CP Formular entweder durchscrollen oder aufziehen. Könnte man hier auch ein php "injizieren"?
Wie müsste das obige Skript aussehen?
Gruß Jo