Skip to content
Snippets Groups Projects
Commit 5f4db054 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

tests solidity

parent 646f2f1d
No related branches found
No related tags found
No related merge requests found
# Generated by ownCloud on 2015-06-18 14:16:40
# line below if for Apache 2.4
<ifModule mod_authz_core.c>
Require all denied
</ifModule>
# line below if for Apache 2.2
<ifModule !mod_authz_core.c>
deny from all
Satisfy All
</ifModule>
# section for Apache 2.2 and 2.4
IndexIgnore *
<?php
if(php_sapi_name() !== 'cli') {
print('Only via CLI, please.');
exit(1);
}
include __DIR__ . '/config.php';
$cr = ldap_connect($host, $port);
......
<?php
if(php_sapi_name() !== 'cli') {
print('Only via CLI, please.');
exit(1);
}
include __DIR__ . '/config.php';
$cr = ldap_connect($host, $port);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment