9 lines
192 B
PHP
Executable File
9 lines
192 B
PHP
Executable File
<?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>'); |