client/player/js/cinelabModelV1.php
changeset 50 1ecfe4720da7
parent 49 af3778eab5e8
child 51 2d6866072851
--- a/client/player/js/cinelabModelV1.php	Tue Jun 15 14:04:01 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