Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Conversation

@FireByTrial
Copy link
Member

fixed redirect loop when index.php handles all requests, fixed some of the bad refs

WIP, posting to not duplicate work


$return=[];
include_once "../TPSBIN/functions.php";
include_once implode(DIRECTORY_SEPARATOR, [$directory, 'TPSBIN', 'functions.php']);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missed this one



include_once '../TPSBIN/functions.php';
include_once implode(DIRECTORY_SEPARATOR, [$directory, 'TPSBIN', 'functions.php']);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and here

@@ -158,11 +158,58 @@ static public function ok($app, $data=NULL, $key="message", $code=200,
$sessionName = "TPSSlimSession";
$sessionSecret =
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should really be randomly created and stored as a file on the disk on first run

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 3fc9580

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants