Skip to content

Commit ac4a8af

Browse files
committed
v5.1
1 parent 52a0137 commit ac4a8af

35 files changed

+18
-1354
lines changed

db/sisfokol_v5_sma.sql

100644100755
File mode changed.

inc/cek/_admbkk.php

-61
This file was deleted.

inc/cek/_admhubin.php

-60
This file was deleted.

inc/cek/_admqmr.php

-62
This file was deleted.

inc/config.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434

3535
//ALAMAT SITUS //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
36-
$sumber = "http://localhost/sisfokol_v5.0_pernahjaya/sisfokol_v5_sma/";
36+
$sumber = "http://localhost/SISFOKOL_SMA";
3737
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3838

3939

@@ -42,7 +42,7 @@
4242

4343
//KONEKSI DATABASE //////////////////////////////////////////////////////////////////////////////////////////////////////////////
4444
$xhostname = "localhost";
45-
$xdatabase = "sisfokol_v5_sma"; //sesuaikan dengan nama database yang dibikin
45+
$xdatabase = "sisfokol_sma"; //sesuaikan dengan nama database yang dibikin
4646
$xusername = "biasawae"; //sesuaikan dengan username mysql-server yang ada
4747
$xpassword = "biasawae"; //sesuaikan dengan password user mysql-server yang ada
4848
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

inc/fungsi.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1859,7 +1859,7 @@ function add_days($my_date,$numdays)
18591859

18601860

18611861
//VERSI /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1862-
$versi = "SISFOKOL v5.4 (code:PernahJaya).";
1862+
$versi = "SISFOKOL v5.0 (code:PernahJaya).";
18631863
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
18641864

18651865

@@ -1870,7 +1870,7 @@ function add_days($my_date,$numdays)
18701870
//META //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
18711871
$author = "Agus Muhajir, S.Kom";
18721872
$description = $versi;
1873-
$url = "http://omahbiasawae.com/";
1874-
$keywords = "sisfokol, biasawae, pernah jaya, v5.4";
1873+
$url = "http://github.com/hajirodeon/";
1874+
$keywords = "sisfokol, biasawae, pernah jaya, v5.0";
18751875
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
18761876
?>

inc/menu/_adm.php

-125
This file was deleted.

0 commit comments

Comments
 (0)