mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 09:45:03 +02:00
Fix login, register, dashboard, + pengumuman
Tampilan login dan register diubah Error include file diperbaiki logout diperbaiki penambahan pengumuman dan informasi saat registrasi
This commit is contained in:
parent
0f7268ba13
commit
24d7ef3f2d
15 changed files with 211 additions and 125 deletions
|
@ -7,6 +7,6 @@
|
|||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
* @donate PayPal: iesien22@yahoo.com / Bank Mandiri: 130.00.1024957.4
|
||||
**/
|
||||
session_start();
|
||||
if (session_status() == PHP_SESSION_NONE) session_start();
|
||||
session_destroy();
|
||||
header('location: index.php');
|
Loading…
Add table
Add a link
Reference in a new issue