From b1a06a8684aa2502c91b1b31af48847cbbf42ba2 Mon Sep 17 00:00:00 2001 From: Maurice Meyer Date: Thu, 20 Jul 2017 16:22:46 +0200 Subject: [PATCH] Removed spaces from empty lines --- README.md | 6 --- add-domain.php | 13 ------ api/add-domain.php | 15 ------- api/domains.php | 34 ---------------- api/edit-master.php | 57 --------------------------- api/edit-remote.php | 24 ----------- api/edit-user.php | 30 -------------- api/index.php | 10 ----- api/install.php | 38 ------------------ api/password.php | 7 ---- api/remote.php | 25 ------------ api/upgrade.php | 30 -------------- api/users.php | 21 ---------- config/config-default.php | 5 --- domains.php | 12 ------ edit-master.php | 15 ------- edit-remote.php | 13 ------ edit-user.php | 16 -------- include/custom.css | 7 ---- index.php | 8 ---- install.php | 16 -------- js/add-domain.js | 15 ------- js/domains.js | 37 ----------------- js/edit-master.js | 83 --------------------------------------- js/edit-remote.js | 40 ------------------- js/edit-user.js | 37 ----------------- js/index.js | 6 --- js/install.js | 11 ------ js/password.js | 12 ------ js/upgrade.js | 6 --- js/users.js | 24 ----------- lib/checkversion.php | 5 --- lib/database.php | 2 - lib/headers.php | 2 - lib/session.php | 4 -- lib/soa-mail.php | 7 ---- lib/update-serial.php | 15 ------- logout.php | 7 ---- make-release.sh | 2 - password.php | 12 ------ upgrade.php | 17 -------- users.php | 10 ----- 42 files changed, 756 deletions(-) diff --git a/README.md b/README.md index 380b94e..da2bc95 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,16 @@ # PDNS Manager - [PDNS Manager](https://pdnsmanager.lmitsystems.de) is a simple yet powerful free administration tool for the Powerdns authoritative nameserver. It supports master and native zones. - PNDS Manager was developed from scratch to achieve a user-friendly and pretty looking interface. - PDNS Manager also features a powerful API to set records programatically. This can be used e.g. for a dynamic DNS service, but also to obtain certificates from [Let's Encrypt](https://letsencrypt.org/) via the dns-01 challenge. - PDNS Manager is written in PHP using [Bootstrap](http://getbootstrap.com/) and [jQuery](http://jquery.com/). The backend uses a MySQL/Maria DB or Postgres database. The database is also used by Powerdns using the pdns-backend-mysql or pdns-backend-pgsql backend. - ## More information You can find more information and documentation as well as contact information on [pdnsmanager.lmitsystems.de](https://pdnsmanager.lmitsystems.de). There are also some tutorials to get you quickly up and running. - ## Contribute If you are looking for a new feature or you found a bug, feel free to create a pull request or open a issue. diff --git a/add-domain.php b/add-domain.php index 89a87b6..d39dd94 100644 --- a/add-domain.php +++ b/add-domain.php @@ -1,13 +1,10 @@