Compare commits

...

3 Commits

2 changed files with 4 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "phast"]
path = phast
url = git@gitea.azcona-becker.net:alcetech/phast
url = gitea@gitea.azcona-becker.net:alcetech/phast

View File

@ -1,4 +1,6 @@
<?php
error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_WARNING);
// =============================================================================
// Phast bootstrapper - loads the application modules and executes Phast
// Copyright (C) 2013-2014 Mike Becker
@ -37,4 +39,4 @@
// *.phpx.php files as PHP code-behind files. We may decide to use the *.ctlx extension
// (and its associated *.ctlx.php) for PHPX controls.
System::Launch();
?>
?>