Your IP : 216.73.216.235


Current Path : /proc/self/cwd/templates/
Upload File :
Current File : //proc/self/cwd/templates/uploader-Custom1.php

<?php

/**
 * Defines a custom upload template
 * 
 * This is a very simple example of creation of a custom upload template by
 * extending the original template.
 * 
 * This custom template is a child of the original template class, so it is not
 * required to declare all functions of the template but only those that are
 * different.
 */
class WFU_UploaderTemplate_Custom1 extends WFU_Original_Template {

private static $instance = null;

}