File: common.php

package info (click to toggle)
postfixadmin 2.3.5-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,200 kB
  • sloc: php: 25,767; xml: 14,485; perl: 964; sh: 664; python: 169; makefile: 84
file content (6 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
<?php

ini_set('include_path', ini_get('include_path') . ':' . dirname(__FILE__) . '/../');
require_once(dirname(__FILE__) . '/../common.php');

/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */