Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2014-11-21 00:51:12 +0300
committerChaoyi Zha <summermontreal@gmail.com>2014-11-21 00:51:12 +0300
commit2b4bd280092f15ee279d8c43db3b6e25a74fbac1 (patch)
tree855b04b5f210d400179904a222ae7c28f7bc65b2
parent5e48ba468b62619b35c7273aa91d638340574146 (diff)
Link GPLv3 in about1.2.5-beta
-rw-r--r--about.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.php b/about.php
index 47f2832..192c155 100644
--- a/about.php
+++ b/about.php
@@ -35,7 +35,7 @@ if ($_SESSION['role']=="adm") {
GNU General Public License for more details.<br />
<br />
You should have received a copy of the GNU General Public License<br />
- along with this program. If not, see <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <a href='http://www.gnu.org/copyleft/gpl.html'>http://www.gnu.org/copyleft/gpl.html</a>.
</div>
<?php
require_once 'footerpage.php';