Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jipexu committed Dec 22, 2021
1 parent 25359ea commit c8fcdc1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions revolution_16/config.php
Expand Up @@ -3,7 +3,7 @@
# DUNE by NPDS : Net Portal Dynamic System
# ===================================================
#
# This version name NPDS Copyright (c) 2001-2020 by Philippe Brunier
# This version name NPDS Copyright (c) 2001-2021 by Philippe Brunier
#
# This module is to configure the main options for your site
#
Expand All @@ -23,8 +23,8 @@
# mysql_p: Persistent connection to MySQL Server (1) or Not (0)
# mysql_i: Use MySQLi (1) instead of MySQL interface (0)
# =======================
# system: 0 user password encryption DISABLE, 1 user password encryption ENABLE
# system_md5: 0 admin password encryption DISABLE, 1 admin password encryption ENABLE
# not_used1: unused
# not_used2: unused
######################################################################

$dbhost = "localhost";
Expand All @@ -34,8 +34,8 @@
$mysql_p = 1;
$mysql_i = 1;
# =======================
$system = 1;
$system_md5 = 1;
$not_used1 = '';
$not_used2 = '';

/*********************************************************************/
/* You finished to configure the Database. Now you can change all */
Expand Down Expand Up @@ -93,7 +93,7 @@
$nuke_url = "http://localhost";
$site_logo = "images/npds_p.gif";
$slogan = "NPDS REvolution 16";
$startdate = "21/08/2017";
$startdate = "21/12/2021";
$anonpost = 1;
$troll_limit = 5;
$moderate = 1;
Expand Down Expand Up @@ -323,4 +323,4 @@
$Version_Id = "NPDS";
$Version_Sub = "REvolution";

?>
?>

0 comments on commit c8fcdc1

Please sign in to comment.