diff --git a/gulliver/bin/gulliver.php b/gulliver/bin/gulliver.php index 23c8c54df..8ed17edf8 100644 --- a/gulliver/bin/gulliver.php +++ b/gulliver/bin/gulliver.php @@ -33,7 +33,7 @@ ini_set('magic_quotes_runtime', 'Off'); /** - * Copyright (C) 2004 - 2011 Colosa Inc. + * require_once pakeFunction.php */ require_once( PATH_THIRDPARTY . 'pake' . PATH_SEP . 'pakeFunction.php'); require_once( PATH_THIRDPARTY . 'pake' . PATH_SEP . 'pakeGetopt.class.php');