diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/cap.html.php | 2 | ||||
-rw-r--r-- | www/capnew.php | 6 | ||||
-rw-r--r-- | www/coap.html.php | 2 | ||||
-rw-r--r-- | www/coapnew.php | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/www/cap.html.php b/www/cap.html.php index 3a5b76b..cc3fad6 100644 --- a/www/cap.html.php +++ b/www/cap.html.php @@ -16,7 +16,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA loadem("index"); showheader(_("Identity Verification Form (CAP) form")); - Version: $Id: cap.html.php,v 1.1 2009-03-02 23:09:05 root Exp $ + Version: $Id: cap.html.php,v 1.2 2011-06-10 18:30:41 wytze Exp $ */ echo '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">', "\n"; echo '<html>', "\n"; diff --git a/www/capnew.php b/www/capnew.php index d216a32..3136993 100644 --- a/www/capnew.php +++ b/www/capnew.php @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -// $Id: capnew.php,v 1.2 2009-03-02 23:09:05 root Exp $ -define('REV', '$Revision: 1.2 $'); +// $Id: capnew.php,v 1.3 2011-06-10 18:30:41 wytze Exp $ +define('REV', '$Revision: 1.3 $'); /* ** Created from old cap.php 2003, which used the now obsoleted ftpdf package @@ -387,7 +387,7 @@ function utf8_is_ascii_ctrl($str) { // extend TCPF with custom functions class CAPPDF extends TCPDF { - // do cap form version numbering automatically '$Revision: 1.2 $' + // do cap form version numbering automatically '$Revision: 1.3 $' /*public*/ function Version() { strtok(REV, ' '); return(strtok(' ')); diff --git a/www/coap.html.php b/www/coap.html.php index 07df378..8c2479c 100644 --- a/www/coap.html.php +++ b/www/coap.html.php @@ -14,7 +14,7 @@ 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 - Version: $Id: coap.html.php,v 1.1 2009-03-02 23:09:05 root Exp $ + Version: $Id: coap.html.php,v 1.2 2011-06-10 18:30:41 wytze Exp $ */ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> diff --git a/www/coapnew.php b/www/coapnew.php index ee256d2..c9e4e47 100644 --- a/www/coapnew.php +++ b/www/coapnew.php @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -// $Id: coapnew.php,v 1.2 2009-03-02 23:09:05 root Exp $ -define('REV', '$Revision: 1.2 $'); +// $Id: coapnew.php,v 1.3 2011-06-10 18:30:42 wytze Exp $ +define('REV', '$Revision: 1.3 $'); /* ** Created from old cap.php 2003, which used the now obsoleted ftpdf package @@ -422,7 +422,7 @@ function utf8_is_ascii_ctrl($str) { // extend TCPF with custom functions class COAPPDF extends TCPDF { - // do cap form version numbering automatically "$Revision: 1.2 $" + // do cap form version numbering automatically "$Revision: 1.3 $" /*public*/ function Version() { strtok(REV, " "); return(strtok(" ")); |