Skip to content

Commit a9276c1

Browse files
committed
⚡ Initial Commit
0 parents  commit a9276c1

File tree

130 files changed

+27782
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+27782
-0
lines changed

.htaccess

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
RewriteEngine On
2+
RewriteCond %{REQUEST_FILENAME} !-f
3+
RewriteRule ^([a-zA-Z0-9_-]+)/?$ profile.php?username=$1 [QSA]
4+
RewriteCond %{REQUEST_FILENAME} !-f
5+
RewriteRule ^status/([0-9_-]+)/?$ status.php?post_id=$1 [QSA]
6+
7+
8+
9+
10+
11+
12+
13+

01 LOGIN DETAILS & PROJECT INFO.txt

Whitespace-only changes.

DATABASE FILE/01 LOGIN DETAILS & PROJECT INFO.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)