mirror of https://github.com/byecorps/id.git
27 lines
445 B
PHP
27 lines
445 B
PHP
<h1>Admin panel</h1>
|
|
<p>If you're not Bye and you're seeing this, I'm fucked!</p>
|
|
|
|
<h2>Accounts</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="/admin/list/accounts">List of accounts</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>Apps</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="/admin/list/apps">List of applications</a>
|
|
</li>
|
|
<li>
|
|
<a href="/admin/create/app">App creator</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>Init</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="/admin/init/database">Init database</a>
|
|
</li>
|
|
</ul>
|