summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2021-08-15 13:05:57 +0200
committerDamien Regad <dregad@mantisbt.org>2021-08-15 13:05:57 +0200
commitf207f383422788000d6ac95a5e1e80cbceb83301 (patch)
treed05451bf83334f275e1cf20d6919c2afd60fa7ca /tests
parentbd14256ef2540f9af967290520c677c453abaef1 (diff)
downloadadodb-f207f383422788000d6ac95a5e1e80cbceb83301.tar.gz
adodb-f207f383422788000d6ac95a5e1e80cbceb83301.tar.bz2
adodb-f207f383422788000d6ac95a5e1e80cbceb83301.zip
Remove leftover legacy headers
A few of the old headers were not removed as part of PR #728.
Diffstat (limited to 'tests')
-rw-r--r--tests/testsessions.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/testsessions.php b/tests/testsessions.php
index 634da61c..2eca41bb 100644
--- a/tests/testsessions.php
+++ b/tests/testsessions.php
@@ -19,18 +19,6 @@
* @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community
*/
-/*
-@version v5.21.1-dev Unreleased
-@copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
-@copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
- Released under both BSD license and Lesser GPL library license.
- Whenever there is any discrepancy between the two licenses,
- the BSD license will take precedence.
- Set tabs to 4 for best viewing.
-
- Latest version is available at https://adodb.org/
-*/
-
function NotifyExpire($ref,$key)
{
print "<p><b>Notify Expiring=$ref, sessionkey=$key</b></p>";