We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3e145 commit 98717bcCopy full SHA for 98717bc
README.md
@@ -1,6 +1,6 @@
1
# Emailqueue #
2
A fast, simple yet very efficient email queuing system for PHP/MySQL
3
-https://github.com/lorenzoherrera/emailqueue
+http://lorenzoherrera.github.io/emailqueue/
4
Copyright (C) 2015 Lorenzo Herrera (hi@lorenzoherrera.com)
5
6
common.inc.php
@@ -1,7 +1,7 @@
<?
- define(VERSION, "3.0.11");
- define(OFFICIAL_PAGE_URL, "https://github.com/lorenzoherrera/emailqueue");
+ define(VERSION, "3.0.12");
+ define(OFFICIAL_PAGE_URL, "http://lorenzoherrera.github.io/emailqueue/");
include APP_DIR."config/db.config.inc.php";
7
include APP_DIR."config/application.config.inc.php";
0 commit comments