Einchecken des Online-Codes
This commit is contained in:
17
inhalte/objekte_orig.php
Normal file
17
inhalte/objekte_orig.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
if ( isset ( $_GET['t'] ) AND ( !empty ( $_GET['t'] ) ) )
|
||||
{
|
||||
if ('ao' == $_GET['t']) {
|
||||
include "inhalte/objekte/ao.php";
|
||||
} elseif ('ro' == $_GET['t']) {
|
||||
include "inhalte/objekte/ro.php";
|
||||
} elseif ('gs' == $_GET['t']) {
|
||||
include "inhalte/objekte/gs.php";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
include "inhalte/objekte/obj_std.php";
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user