PARAMS.class.php 271 B

123456789101112131415
  1. <?php
  2. /**
  3. * PARAMS
  4. *
  5. * @deprecated
  6. *
  7. * @author vesta, http://vestacp.com/
  8. * @author Dmitry Malishev <dima.malishev@gmail.com>
  9. * @author Dmitry Naumov-Socolov <naumov.socolov@gmail.com>
  10. * @copyright vesta 2010-2011
  11. */
  12. class PARAMS extends AjaxHandler
  13. {
  14. }