Revision: 1223
Author: christian.wuerker
Date: Sat May 23 07:12:29 2015 UTC
Log: Updated autoloader and go script.
https://code.google.com/p/cmclasses/source/detail?r=1223
Modified:
/trunk/go.php
=======================================
--- /trunk/go.php Thu Jan 29 20:51:37 2015 UTC
+++ /trunk/go.php Sat May 23 07:12:29 2015 UTC
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
$url = "
http://cmtools.googlecode.com/svn/trunk/Go/";
-$fileApp = "Go/Application.php5";
+$fileApp = "Go/Application.php";
$cwd = getCwd(); // current working directory
chDir( dirname( realpath( __FILE__ ) ) ); // tool working directory
if( !file_exists( $fileApp ) )