client/player/js/cinelabModelV1.php
changeset 57 3a3c15c462f8
parent 48 44d58d2e90b5
parent 56 da0957782d03
child 58 ec1d0e7dcb53
--- a/client/player/js/cinelabModelV1.php	Tue Jun 15 01:33:03 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-<?PHP
-
-header("Content-Type: application/json;");
-
-$filename ="cinelabModelV1.js";
-$handle = fopen($filename, "r");
-$contents = fread($handle, filesize($filename));
-echo($contents);
-fclose($handle);
-
-
-?> 
\ No newline at end of file