Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~104 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for skn123

<?php header('Content-Type: text/html; charset=UTF-8'); if (file_exists('./admin/actions/precheck.php')) { $testing_from = ''; require_once './admin/actions/precheck.php'; } $response = ''; try { require_once 'admin/config/ProjectConfig.php'; ProjectConfig::setup(); $options = array(); $application = new Moto_Html_Application($options); $response = $application->dispatch(); } catch(Exception $e) { echo '<b>Exception</b>: '; echo $e->getMessage(); } echo $response; Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING on …

Member Avatar for pritaeas
0
104