mirror of https://github.com/itflow-org/itflow
Prevent access to unused file
This commit is contained in:
parent
0673e550e5
commit
3b3c0ee5db
|
|
@ -1,5 +1,8 @@
|
|||
<?php
|
||||
|
||||
// Still in development, for use with Stripe Pay - exit
|
||||
exit();
|
||||
|
||||
include("config.php");
|
||||
|
||||
session_start();
|
||||
|
|
|
|||
Loading…
Reference in New Issue