update20130807

This commit is contained in:
stubbfel
2013-08-08 01:06:36 +02:00
parent 3ec5d49b51
commit 38d01fa78e
7 changed files with 1262 additions and 1 deletions

View File

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