Skip to content
Snippets Groups Projects
Commit e133c8ca authored by Brett Bieber's avatar Brett Bieber
Browse files

Set the include path for the ajax server.

parent 24e67e0d
No related branches found
No related tags found
No related merge requests found
<?php <?php
set_include_path('.'.PATH_SEPARATOR.dirname(__FILE__).'/pear/php');
if (isset($_GET['client']) && $_GET['client']=='all') { if (isset($_GET['client']) && $_GET['client']=='all') {
include 'ajax_client.js'; include 'ajax_client.js';
} elseif (isset($_GET['stub']) && $_GET['stub']=='Voting_System') { } elseif (isset($_GET['stub']) && $_GET['stub']=='Voting_System') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment