Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
// $Header: /cvsroot/html2ps/stubs.common.inc.php,v 1.5 2006/11/11 13:43:53 Konstantin Exp $
3
 
4
if (!function_exists('file_get_contents')) {
5
  require_once(HTML2PS_DIR.'stubs.file_get_contents.inc.php');
6
}
7
 
8
if (!function_exists('file_put_contents')) {
9
  require_once(HTML2PS_DIR.'stubs.file_put_contents.inc.php');
10
}
11
 
12
if (!function_exists('is_executable')) {
13
  require_once(HTML2PS_DIR.'stubs.is_executable.inc.php');
14
}
15
 
16
if (!function_exists('memory_get_usage')) {
17
  require_once(HTML2PS_DIR.'stubs.memory_get_usage.inc.php');
18
}
19
 
20
if (!function_exists('_')) {
21
  require_once(HTML2PS_DIR.'stubs._.inc.php');
22
}
23
 
24
?>