Missing Method in produkte
Error: The action mobileapplikationenrobots.txt is not defined in controller produkte
Error: Create produkte::mobileapplikationenrobots.txt() in file: app/controllers/produkte.php.
<?php
class produkte extends AppController {
var $name = 'Produkte';
function mobileapplikationenrobots.txt() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.