RobotstxtAction migrated to ManagedAction
This commit is contained in:
parent
acdcb2ad8d
commit
6919dda958
@ -27,9 +27,7 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('STATUSNET')) {
|
if (!defined('GNUSOCIAL')) { exit(1); }
|
||||||
exit(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prints out a static robots.txt
|
* Prints out a static robots.txt
|
||||||
@ -40,19 +38,9 @@ if (!defined('STATUSNET')) {
|
|||||||
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
|
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
|
||||||
* @link http://status.net/
|
* @link http://status.net/
|
||||||
*/
|
*/
|
||||||
class RobotstxtAction extends Action
|
class RobotstxtAction extends ManagedAction
|
||||||
{
|
{
|
||||||
/**
|
public function showPage()
|
||||||
* Handles requests
|
|
||||||
*
|
|
||||||
* Since this is a relatively static document, we
|
|
||||||
* don't do a prepare()
|
|
||||||
*
|
|
||||||
* @param array $args GET, POST, and URL params; unused.
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
function handle($args)
|
|
||||||
{
|
{
|
||||||
if (Event::handle('StartRobotsTxt', array($this))) {
|
if (Event::handle('StartRobotsTxt', array($this))) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user