"TYPO3 4.0.1: typo3_src-4.0.1/typo3/sysext/cms/tslib/media/scripts/testscript.inc Source File", "datetime" => "Sat Dec 2 19:22:30 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
00001 <?php 00002 // This is a test-script which may be included by the cObject PHP_SCRIPT in TypoScript 00003 // All output must go to $content. 00004 // This line will make sure that the page is NOT cached!! You may NOT set the value to false as some other code may have set it to true on purpose and this must be respected. 00005 // $GLOBALS['TSFE']->set_no_cache(); 00006 # TYPO3 CVS ID: $Id: testscript.inc 48 2003-10-26 17:07:44Z typo3 $ 00007 00008 if (!is_object($this)) die ('Error: No parent object present.'); 00009 00010 00011 00012 $content='This is a testscript'; 00013 00014 ?>