Finish account_state_non_cash

This commit is contained in:
2016-10-23 20:41:52 +02:00
34 changed files with 1103 additions and 316 deletions

View File

@@ -99,8 +99,11 @@ class DetstaConsoleController extends Controller
$content = $detsta->toString();
file_put_contents('c:\tmp\detsta.txt', $content);
$fn = 'c:\tmp\detsta.txt';
file_put_contents($fn , $content);
echo "File saved: " . $fn;
}
/**