Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit d85f0df

Browse files
committed
added the installer
2 parents ea79937 + e054646 commit d85f0df

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
*~
2+
<<<<<<< HEAD
23
dbinfo.php
4+
=======
5+
6+
>>>>>>> ec6f72dda3d9d255fe3de2835f2748dee17e879b

admin/problems.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
connectdb();
1010
?>
1111
<li class="active"><a href="#">Admin Panel</a></li>
12+
<<<<<<< HEAD
1213
<li><a href="users.php">Users</a></li>
14+
=======
15+
<li><a href="#about">Users</a></li>
16+
>>>>>>> ec6f72dda3d9d255fe3de2835f2748dee17e879b
1317
<li><a href="logout.php">Logout</a></li>
1418
</ul>
1519
</div><!--/.nav-collapse -->

0 commit comments

Comments
 (0)