소스 검색

Updating sample configuration file

sebastian 1 개월 전
부모
커밋
eaa0d140a9
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      config.php

+ 1 - 3
config.php

@@ -3,11 +3,9 @@
 // Place this file ONE directory ABOVE the web-root (e.g. /var/www/config.php)
 // so it is never served directly by the web server.
 
+// sample configuration
 $host     = 'localhost';
 $dbname   = 'packit';
 $username = 'packer';
 $password = 'DEbWX9AHkzAgaNdLC0Qj605grG';
 $charset  = 'utf8mb4';
-
-// Admin session secret – change to any random string
-define('ADMIN_SESSION_SECRET', 'fdgdffrsgjsjsrttdc4rtjuzi8edetjh');