<?php /* * $Id: sample.php 49493 2006-04-08 00:16:04Z hkodungallur $ * * Copyright(c) 2004-2006, SpikeSource Inc. All Rights Reserved. * Licensed under the Open Software License version 2.1 * (See http://www.spikesource.com/license.html) */ include "/var/git/gus-dev/php/http/system/libraries/Controller.php"; include "/var/git/gus-dev/php/http/system/application/controllers/home.php"; $h1 = new Home(); $h1->test();