mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-03-15 00:20:35 +01:00
16 lines
271 B
PHP
16 lines
271 B
PHP
<?php
|
|
/**
|
|
* PARAMS
|
|
*
|
|
* @deprecated
|
|
*
|
|
* @author vesta, http://vestacp.com/
|
|
* @author Dmitry Malishev <dima.malishev@gmail.com>
|
|
* @author Dmitry Naumov-Socolov <naumov.socolov@gmail.com>
|
|
* @copyright vesta 2010-2011
|
|
*/
|
|
class PARAMS extends AjaxHandler
|
|
{
|
|
|
|
}
|