Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
srv
/
php-personal
Watch
1
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
develop
master
php-personal
/
frontend
/
index.php
index.php
94 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
<?php
if (isset($_GET['page'])) {
require_once("users/{$_GET['page']}.php");
break;
}
?>