This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* WARNING: this is highly in beta and could contain many bugs or architectural issues. | |
* It also has NO database support, line 153 defines the correct username and password. | |
* | |
* This is a test authentication mechanism for use in PHP web applications. | |
* Do not use this yet for production! | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* PubSubServer.php | |
* native PHP Pub/Sub server | |
* Author: Gydo194 | |
* Version: 1.0 | |
* Date: 2210171714 | |
*/ |
NewerOlder