35d305f003f7ee26f69482a25c6e6d2c.yaml.php 289 B

123456789101112
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/error/error.yaml',
  5. 'modified' => 1533014916,
  6. 'data' => [
  7. 'enabled' => true,
  8. 'routes' => [
  9. 404 => '/error'
  10. ]
  11. ]
  12. ];