소스 검색

Improved readability

Maurice Meyer 8 년 전
부모
커밋
31d7ecfdf3
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      config/config-default.php

+ 4 - 1
config/config-default.php

@@ -1,5 +1,5 @@
 <?php
 <?php
-/* 
+/*
  * Copyright 2016 Lukas Metzger <developer@lukas-metzger.com>.
  * Copyright 2016 Lukas Metzger <developer@lukas-metzger.com>.
  *
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,6 +14,7 @@
  * See the License for the specific language governing permissions and
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * limitations under the License.
  */
  */
+
 //Database settings
 //Database settings
 $config['db_type'] = "mysql";
 $config['db_type'] = "mysql";
 $config['db_host'] = "localhost";
 $config['db_host'] = "localhost";
@@ -21,8 +22,10 @@ $config['db_user'] = "root";
 $config['db_password'] = "";
 $config['db_password'] = "";
 $config['db_port'] = 3306;
 $config['db_port'] = 3306;
 $config['db_name'] = "pdnsmanager";
 $config['db_name'] = "pdnsmanager";
+
 //Remote update
 //Remote update
 $config['nonce_lifetime'] = 15;
 $config['nonce_lifetime'] = 15;
+
 //Number of rows in domain overview
 //Number of rows in domain overview
 $config['domain_rows'] = 15;
 $config['domain_rows'] = 15;