<?php

/**
 * Created by PhpStorm.
 * User: cristina
 * Date: 2/22/2016
 * Time: 11:41 AM
 */
require_once '../includes/main.php';
set_include_path(getIncludePath());
echo "Updating project";
Example #2
0
<?php

// A tester script! So that you can test all your DBconnect and main file functions without the mess
include 'main.php';
echo getIncludePath();