Created
January 28, 2015 19:33
-
-
Save BinaryKitten/34e2d1ca05c30803fdf6 to your computer and use it in GitHub Desktop.
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 | |
| return [ | |
| '/userid=[0-9]{1,3}/' => 'user' | |
| ]; |
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 | |
| $config = include 'config.php'; | |
| var_dump($config); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment