Last change
on this file since 246 was
246,
checked in by hendrikvanantwerpen, 13 years ago
|
Created first page mainmenu in new system.
Moved old pages out of project root.
Fixed RDFAPI.php case for people with proper OS'es.
|
File size:
177 bytes
|
Rev | Line | |
---|
[130] | 1 | <?php |
---|
| 2 | require 'classes/master.php'; |
---|
[217] | 3 | $result = SessionInstance::get(array()); |
---|
[230] | 4 | $sessionInstance = $result[0]; |
---|
| 5 | $sessionInstance->evaluate(); |
---|
| 6 | print_r($sessionInstance); |
---|
| 7 | |
---|
[130] | 8 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.