File: bootstrap.php

package info (click to toggle)
php-dapphp-radius 2.5.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 304 kB
  • sloc: php: 2,095; makefile: 15; xml: 9
file content (9 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
<?php

require_once __DIR__ . '/../autoload.php';

if (!function_exists('hex2bin')) {
    function hex2bin($str) {
        return pack("H*" , $str);
    }
}