diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2011-07-12 22:45:08 +0200 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2011-07-12 22:45:08 +0200 |
commit | e9eb51c933c9ac66f4679dcefb61f82c2aa6e771 (patch) | |
tree | 57ac2699847156df0a68506d04b1321cff7c0a54 /pages/help/5.php | |
parent | 00675c949494888ac5f3cd802de41bf6f2caf45b (diff) | |
download | cacert-devel-e9eb51c933c9ac66f4679dcefb61f82c2aa6e771.tar.gz cacert-devel-e9eb51c933c9ac66f4679dcefb61f82c2aa6e771.tar.xz cacert-devel-e9eb51c933c9ac66f4679dcefb61f82c2aa6e771.zip |
Transferred files from bugtracker
Diffstat (limited to 'pages/help/5.php')
-rwxr-xr-x[-rw-r--r--] | pages/help/5.php | 41 |
1 files changed, 23 insertions, 18 deletions
diff --git a/pages/help/5.php b/pages/help/5.php index d59e3dc..8556fb8 100644..100755 --- a/pages/help/5.php +++ b/pages/help/5.php @@ -1,18 +1,23 @@ -<? /* - LibreSSL - CAcert web application - Copyright (C) 2004-2008 CAcert Inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; version 2 of the License. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -*/ ?> -<?=_("To be completed")?> +<? /*
+ LibreSSL - CAcert web application
+ Copyright (C) 2004-2008 CAcert Inc.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 of the License.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+*/ ?>
+<?
+printf(_("This page has been moved to the %swiki%s. Please update your ".
+ "bookmarks and report any broken links."),
+ '<a href="//wiki.cacert.org/HELP/5">', '</a>');
+?>
+</p>
|