Skip to content

Commit 98717bc

Browse files
committed
Updated info about the new project's home page with Github pages
1 parent 2b3e145 commit 98717bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Emailqueue #
22
A fast, simple yet very efficient email queuing system for PHP/MySQL
3-
https://github.com/lorenzoherrera/emailqueue
3+
http://lorenzoherrera.github.io/emailqueue/
44
Copyright (C) 2015 Lorenzo Herrera (hi@lorenzoherrera.com)
55

66

common.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?
22

3-
define(VERSION, "3.0.11");
4-
define(OFFICIAL_PAGE_URL, "https://github.com/lorenzoherrera/emailqueue");
3+
define(VERSION, "3.0.12");
4+
define(OFFICIAL_PAGE_URL, "http://lorenzoherrera.github.io/emailqueue/");
55

66
include APP_DIR."config/db.config.inc.php";
77
include APP_DIR."config/application.config.inc.php";

0 commit comments

Comments
 (0)