update20130718

This commit is contained in:
stubbfel
2013-07-18 21:19:08 +02:00
parent f1dc9a54c8
commit 2bc4a3e89a
4 changed files with 67 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
<?php
include_once 'View.php';
$sourceString = file_get_contents("mr.json");
//echo $sourceString;
$source = json_decode($sourceString, true);