Changeset 354 in t29-www
- Timestamp:
- Mar 7, 2013, 12:31:39 AM (10 years ago)
- Location:
- lib
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/loader.php
r301 r354 15 15 16 16 if(!isset($_GET['type'])) { 17 die("Provide ?type=js or ?type=css."); 17 print "<html><pre>The t29v6 Ressource loader.\n"; 18 print "Provide ?type=js or ?type=css.\n"; 19 print '<a href="https://labs.technikum29.de/browser/technikum29%20Website/lib/loader.php">Read my sourcecode</a>'; 20 exit; 18 21 } 19 22 } -
lib/technikum29.php
r343 r354 9 9 if(defined('T29')) return false; // no nesting 10 10 define('T29', true); 11 12 // at least the $seiten_id must be defined 13 if(!isset($seiten_id)) { 14 print "<html><pre>The t29v6 WebStart file\n"; 15 print 'technikum29.php is the main include, but requires at least global <tt>$seiten_id</tt> to be defined.'; 16 print "\n<a href='https://labs.technikum29.de/browser/technikum29%20Website/lib/technikum29.php'>Read my sourcecode</a>"; 17 return false; 18 } 11 19 12 20 $lib = dirname(__FILE__);
Note: See TracChangeset
for help on using the changeset viewer.