trying to port web app starter from PHP
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
URL::$page_type = 'blank';
|
||||
|
||||
print(microtime(true) . ' - Page 2 Section 1 loaded');
|
||||
|
||||
print('<pre>Can haz ODT? ');
|
||||
print_r(ODT::check_requirements());
|
||||
print('</pre>');
|
||||
Reference in New Issue
Block a user