Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1.     function __construct($options = null, $initialize = true, $error_messages = null) {
  2.         $this->options = array(
  3.             'script_url' => $this->get_full_url().'/',
  4.             'upload_dir' => dirname($this->get_server_var('SCRIPT_FILENAME')).'../../../../gallerie/';,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement