Compare commits
3 Commits
0e59c0c8f5
...
b44f6431e4
| Author | SHA1 | Date | |
|---|---|---|---|
| b44f6431e4 | |||
| 8fdb156420 | |||
| 2ccccfe13b |
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "phast"]
|
||||
path = phast
|
||||
url = git@gitea.azcona-becker.net:alcetech/phast
|
||||
url = gitea@gitea.azcona-becker.net:alcetech/phast
|
||||
|
||||
@ -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();
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user