mirror of
https://github.com/php/pecl-database-ibm_db2.git
synced 2026-03-23 23:02:16 +01:00
7 lines
81 B
PHP
7 lines
81 B
PHP
<?php
|
|
require_once('connection.inc');
|
|
if($url == "no url") {
|
|
die('skip');
|
|
}
|
|
?>
|