Passwort zurücksetzen

Bereits angemeldet? Login
  • CakePHP
  • History
    +

    Request History

    4 previous requests available
    • Restore to current request
    • users/register
    • posts/index/9/images/gototop1.png
    • games/view_games/2
    • blogs/archive/images/gototop1.png/sort:user_id/images/gototop1.png
    ====
  • Session
    +

    Session

    • Config(array)
      • userAgent00931990fa893961bd700521a33758ba
      • time1765882787
      • countdown10
      • languagedeu
    ====
  • Request
    +

    Request

    Cake Params

    • plugin(null)
    • controllerusers
    • actionforgot
    • named(empty)
    • pass(empty)

    Post data

    No post data.

    Query string

    No querystring data.

    Cookie

    To view Cookies, add CookieComponent to Controller

    Current Route

    • keys(array)
      • 0controller
      • 1action
    • options(array)
      • defaultRoute(true)
    • defaults(array)
      • plugin(null)
    • template/:controller/:action/*
    ====
  • Sql Log
    +

    Sql Logs

    default

    Total Time: 1 ms
    Total Queries: 9 queries
    Query Affected Num. rows Took (ms) Actions
    SELECT `Setting`.`id`, `Setting`.`site_language`, `Setting`.`site_name`, `Setting`.`site_slogan`, `Setting`.`user_registrations`, `Setting`.`email_alerts`, `Setting`.`map_zoom`, `Setting`.`sport_type`, `Setting`.`show_gallery`, `Setting`.`show_coach_pictures`, `Setting`.`show_coach_email`, `Setting`.`show_coach_phone`, `Setting`.`show_player_pictures`, `Setting`.`show_player_last_names`, `Setting`.`points_per_win`, `Setting`.`points_per_tie`, `Setting`.`address_line_1`, `Setting`.`address_line_2`, `Setting`.`address_line_3`, `Setting`.`address_line_4`, `Setting`.`site_email`, `Setting`.`site_email_transport`, `Setting`.`site_auto_approve`, `Setting`.`site_host`, `Setting`.`site_port`, `Setting`.`site_timeout`, `Setting`.`site_username`, `Setting`.`site_password`, `Setting`.`site_tls`, `Setting`.`site_use_captcha`, `Setting`.`site_public_captcha_key`, `Setting`.`site_private_captcha_key`, `Setting`.`google_link`, `Setting`.`twitter_link`, `Setting`.`facebook_link`, `Setting`.`youtube_link`, `Setting`.`created`, `Setting`.`updated` FROM `bdso_darts_liga`.`settings` AS `Setting` WHERE `Setting`.`id` = 1 LIMIT 1 1 1 1
    SELECT `Division`.`id`, `Division`.`name`, `Division`.`team_counter`, `Division`.`created`, `Division`.`updated` FROM `bdso_darts_liga`.`divisions` AS `Division` WHERE 1 = 1 ORDER BY `Division`.`name` ASC 2 2 0
    SELECT `Team`.`id`, `Team`.`division_id`, `Team`.`club_id`, `Team`.`name`, `Team`.`image`, `Team`.`points`, `Team`.`wins`, `Team`.`losses`, `Team`.`ties`, `Team`.`ot_wins`, `Team`.`ot_losses`, `Team`.`goals_for`, `Team`.`goals_against`, `Team`.`created`, `Team`.`updated` FROM `bdso_darts_liga`.`teams` AS `Team` WHERE `Team`.`division_id` IN (1, 4) ORDER BY `Team`.`points` DESC 17 17 0
    SELECT `MatchMode`.`id`, `MatchMode`.`division_id`, `MatchMode`.`name`, `MatchMode`.`min_player`, `MatchMode`.`max_player`, `MatchMode`.`matches`, `MatchMode`.`innings`, `MatchMode`.`notes`, `MatchMode`.`created`, `MatchMode`.`updated` FROM `bdso_darts_liga`.`match_modes` AS `MatchMode` WHERE `MatchMode`.`division_id` IN (1, 4) 2 2 0
    SELECT `Blog`.`id`, `Blog`.`title` FROM `bdso_darts_liga`.`blog` AS `Blog` WHERE 1 = 1 ORDER BY `Blog`.`created` DESC LIMIT 5 4 4 0
    SELECT `Game`.`id`, `Game`.`venue_id`, `Game`.`game_date`, `Game`.`game_round`, `Game`.`division_id`, `Game`.`home_team_id`, `Game`.`away_team_id`, `Game`.`home_score`, `Game`.`away_score`, `Game`.`overtime_ind`, `Game`.`publish_score`, `Game`.`created`, `Game`.`updated`, `Venue`.`id`, `Venue`.`name`, `Venue`.`street`, `Venue`.`city`, `Venue`.`prov`, `Venue`.`postal_code`, `Venue`.`image`, `Venue`.`created`, `Venue`.`updated`, `Division`.`id`, `Division`.`name`, `Division`.`team_counter`, `Division`.`created`, `Division`.`updated`, `HomeTeam`.`id`, `HomeTeam`.`division_id`, `HomeTeam`.`club_id`, `HomeTeam`.`name`, `HomeTeam`.`image`, `HomeTeam`.`points`, `HomeTeam`.`wins`, `HomeTeam`.`losses`, `HomeTeam`.`ties`, `HomeTeam`.`ot_wins`, `HomeTeam`.`ot_losses`, `HomeTeam`.`goals_for`, `HomeTeam`.`goals_against`, `HomeTeam`.`created`, `HomeTeam`.`updated`, `AwayTeam`.`id`, `AwayTeam`.`division_id`, `AwayTeam`.`club_id`, `AwayTeam`.`name`, `AwayTeam`.`image`, `AwayTeam`.`points`, `AwayTeam`.`wins`, `AwayTeam`.`losses`, `AwayTeam`.`ties`, `AwayTeam`.`ot_wins`, `AwayTeam`.`ot_losses`, `AwayTeam`.`goals_for`, `AwayTeam`.`goals_against`, `AwayTeam`.`created`, `AwayTeam`.`updated` FROM `bdso_darts_liga`.`games` AS `Game` LEFT JOIN `bdso_darts_liga`.`venues` AS `Venue` ON (`Game`.`venue_id` = `Venue`.`id`) LEFT JOIN `bdso_darts_liga`.`divisions` AS `Division` ON (`Game`.`division_id` = `Division`.`id`) LEFT JOIN `bdso_darts_liga`.`teams` AS `HomeTeam` ON (`Game`.`home_team_id` = `HomeTeam`.`id`) LEFT JOIN `bdso_darts_liga`.`teams` AS `AwayTeam` ON (`Game`.`away_team_id` = `AwayTeam`.`id`) WHERE `Game`.`game_date` >= '2025-12-16 07:59:47' ORDER BY `Game`.`game_date` ASC LIMIT 3 0 0 0
    SELECT `Page`.`id`, `Page`.`page_title`, `Page`.`permanent_code` FROM `bdso_darts_liga`.`pages` AS `Page` WHERE `Page`.`publish` = '1' 1 1 0
    SELECT `Contact`.`id`, `Contact`.`name`, `Contact`.`email`, `Contact`.`subject`, `Contact`.`body`, `Contact`.`read`, `Contact`.`created`, `Contact`.`updated` FROM `bdso_darts_liga`.`contacts` AS `Contact` WHERE `Contact`.`read` = '' ORDER BY `Contact`.`created` DESC LIMIT 5 0 0 0
    SELECT COUNT(*) AS `count` FROM `bdso_darts_liga`.`contacts` AS `Contact` WHERE `Contact`.`read` = '' 1 1 0

    Query Explain:

    Click an "Explain" link above, to see the query explanation.

    ====
  • Timer
    +

    Memory

    Peak Memory Use 4.90 MB

    Message Memory use
    Component initialization 773 KB
    Controller action start 1.97 MB
    Controller render start 2.02 MB
    View render complete 2.25 MB

    Timers

    Total Request Time: 100 (ms)

    Message Time in ms Graph
    Core Processing (Derived from $_SERVER["REQUEST_TIME"]) 13.20
    Event: Controller.initialize 70.86
    Event: Controller.startup 1.43
    Controller action 0.55
    Event: Controller.beforeRender 4.67
    » Processing toolbar data 4.64
    Rendering View 2.81
    » Event: View.beforeRender 0.01
    » Rendering %s 2.15
    » Event: View.afterRender 0.01
    » Event: View.beforeLayout 0.01
    » Rendering %s #2 0.35
    Event: View.afterLayout 0.00
    ====
  • Log
    +

    Logs

    There were no log entries made this request

    ====
  • Variables
    +

    View Variables

    • title_for_layoutPasswort vergessen
    • new_contacts_count
    • new_contacts(empty)
    • pages(array)
      • 0(array)
        • Page(array)
          • id1
          • page_titleHockey Rules and Regulations
          • permanent_coderules
    • upcoming_games(empty)
    • newposts(array)
      • 0(array)
        • Blog(array)
          • id11
          • titlefff
      • 1(array)
        • Blog(array)
          • id10
          • titleNew safety rules for 2016 and 2017
      • 2(array)
        • Blog(array)
          • id9
          • titleRegistrations are opening soonx
      • 3(array)
        • Blog(array)
          • id3
          • titleNesdf
    • divisions(array)
      • 0(array)
        • Division(array)
          • id1
          • nameE-Darts
          • team_counter0
          • created2021-04-14 20:42:39
          • updated2023-07-03 10:57:21
        • Team(array)
          • 0(array)
            • id3
            • division_id1
            • club_id(null)
            • nameZebra Players
            • image1457017_752194184794023_1136943431_n.jpg
            • points10
            • wins3
            • losses1
            • ties1
            • ot_wins1
            • ot_losses1
            • goals_for0
            • goals_against0
            • created2021-03-13 21:31:48
            • updated2022-10-20 16:55:53
          • 1(array)
            • id1
            • division_id1
            • club_id(null)
            • nameScreaming Eagles
            • image52089wxvd.jpg
            • points9
            • wins2
            • losses3
            • ties4
            • ot_wins0
            • ot_losses1
            • goals_for17
            • goals_against23
            • created2021-04-14 20:42:39
            • updated2023-06-24 20:44:25
          • 2(array)
            • id2
            • division_id1
            • club_id(null)
            • nameBlue & Red Team
            • image1457017_752194184794023_1136943431_n.jpg
            • points8
            • wins2
            • losses3
            • ties2
            • ot_wins1
            • ot_losses1
            • goals_for0
            • goals_against0
            • created2021-04-14 20:42:39
            • updated2022-10-20 16:55:53
          • 3(array)
            • id26
            • division_id1
            • club_id(null)
            • nameaaa
            • image(null)
            • points2
            • wins1
            • losses0
            • ties0
            • ot_wins1
            • ot_losses0
            • goals_for0
            • goals_against0
            • created2022-09-24 20:02:39
            • updated2022-09-24 20:19:30
          • 4(array)
            • id24
            • division_id1
            • club_id(null)
            • nameTesting add enew team
            • image
            • points1
            • wins0
            • losses0
            • ties1
            • ot_wins0
            • ot_losses0
            • goals_for0
            • goals_against0
            • created2021-09-10 15:55:27
            • updated2023-06-24 20:44:25
          • 5(array)
            • id29
            • division_id1
            • club_id1
            • nameCalimeros 2.0
            • imageCalimeros.jpg
            • points1
            • wins0
            • losses0
            • ties1
            • ot_wins0
            • ot_losses0
            • goals_for0
            • goals_against0
            • created2023-06-24 20:59:13
            • updated2023-06-28 22:01:32
          • 6(array)
            • id30
            • division_id1
            • club_id(null)
            • nameRed Tower City Bulls
            • imageLOGO__Red.Tower.City.jpg
            • points1
            • wins0
            • losses0
            • ties1
            • ot_wins0
            • ot_losses0
            • goals_for0
            • goals_against0
            • created2023-06-24 21:10:04
            • updated2023-07-06 08:16:56
          • 7(array)
            • id14
            • division_id1
            • club_id(null)
            • namezzzz
            • image
            • points0
            • wins0
            • losses0
            • ties0
            • ot_wins0
            • ot_losses0
            • goals_for0
            • goals_against0
            • created2021-04-10 15:51:59
            • updated2021-04-10 15:51:59
          • 8(array)
            • id22
            • division_id1
            • club_id(null)
            • namefff
            • image
            • points0
            • wins0
            • losses0
            • ties0
            • ot_wins0
            • ot_losses0
            • goals_for0
            • goals_against0
            • created2021-04-14 20:42:39
            • updated2021-04-14 20:42:39
          • 9(array)
            • id23
            • division_id1
            • club_id(null)
            • nameff
            • image
            • points0
            • wins0
            • losses0
            • ties0
            • ot_wins0
            • ot_losses0
            • goals_for0
            • goals_against0
            • created2021-04-14 21:46:06
            • updated2021-04-14 21:46:06
          • 10(array)
            • id25
            • division_id1
            • club_id(null)
            • nameqq
            • image(null)
            • points0
            • wins(null)
            • losses(null)
            • ties(null)
            • ot_wins(null)
            • ot_losses0
            • goals_for0
            • goals_against0
            • created2022-09-03 16:25:54
            • updated2022-09-03 16:25:54
          • 11(array)
            • id27
            • division_id1
            • club_id(null)
            • namebbb
            • image(null)
            • points0
            • wins0
            • losses1
            • ties0
            • ot_wins0
            • ot_losses0
            • goals_for0
            • goals_against0
            • created2022-09-24 20:02:46
            • updated2022-09-24 20:19:30
        • MatchMode(array)
          • 0(array)
            • id1
            • division_id1
            • nameE-Dart Standard bis 2023
            • min_player5
            • max_player7
            • matchesa:10:{i:0;a:3:{s:4:"type";i:0;s:6:"gender";i:1;s:7:"firstTo";i:2;}i:1;a:3:{s:4:"type";i:0;s:6:"gender";i:0;s:7:"firstTo";i:2;}i:2;a:3:{s:4:"type";i:0;s:6:"gender";i:3;s:7:"firstTo";i:2;}i:3;a:3:{s:4:"type";i:0;s:6:"gender";i:3;s:7:"firstTo";i:2;}i:4;a:3:{s:4:"type";i:1;s:6:"gender";i:2;s:7:"firstTo";i:2;}i:5;a:3:{s:4:"type";i:1;s:6:"gender";i:3;s:7:"firstTo";i:2;}i:6;a:3:{s:4:"type";i:0;s:6:"gender";i:0;s:7:"firstTo";i:2;}i:7;a:3:{s:4:"type";i:0;s:6:"gender";i:1;s:7:"firstTo";i:2;}i:8;a:3:{s:4:"type";i:0;s:6:"gender";i:3;s:7:"firstTo";i:2;}i:9;a:3:{s:4:"type";i:0;s:6:"gender";i:3;s:7:"firstTo";i:2;}}
            • inningsa:3:{i:0;i:4;i:1;i:2;i:2;i:4;}
            • notes
            • created2023-07-20 19:58:18
            • updated2023-07-20 19:58:18
      • 1(array)
        • Division(array)
          • id4
          • nameSteel-Darts
          • team_counter0
          • created2021-04-14 20:42:39
          • updated2023-07-03 10:58:26
        • Team(array)
          • 0(array)
            • id4
            • division_id4
            • club_id(null)
            • nameXmen
            • image
            • points2
            • wins1
            • losses1
            • ties0
            • ot_wins1
            • ot_losses0
            • goals_for0
            • goals_against0
            • created2021-03-14 20:28:42
            • updated2022-09-20 19:24:08
          • 1(array)
            • id5
            • division_id4
            • club_id(null)
            • nameGhost Team
            • image
            • points0
            • wins0
            • losses0
            • ties0
            • ot_wins0
            • ot_losses0
            • goals_for0
            • goals_against0
            • created2021-03-16 21:14:04
            • updated2021-03-16 21:14:04
          • 2(array)
            • id10
            • division_id4
            • club_id(null)
            • nameOld Foggies
            • image
            • points0
            • wins0
            • losses1
            • ties0
            • ot_wins0
            • ot_losses0
            • goals_for0
            • goals_against0
            • created2021-04-02 14:01:35
            • updated2022-09-20 19:24:08
          • 3(array)
            • id13
            • division_id4
            • club_id(null)
            • namePants of Fire
            • image
            • points0
            • wins0
            • losses0
            • ties0
            • ot_wins0
            • ot_losses0
            • goals_for0
            • goals_against0
            • created2021-04-02 14:12:31
            • updated2023-06-24 18:17:02
          • 4(array)
            • id21
            • division_id4
            • club_id(null)
            • namemjjjj
            • image
            • points0
            • wins0
            • losses0
            • ties0
            • ot_wins0
            • ot_losses0
            • goals_for0
            • goals_against0
            • created2021-04-14 19:19:57
            • updated2021-04-14 19:19:57
        • MatchMode(array)
          • 0(array)
            • id2
            • division_id4
            • nameSteel-Dart Standard bis 2023
            • min_player3
            • max_player5
            • matchesa:10:{i:0;a:4:{s:4:"type";i:0;s:6:"gender";i:3;s:7:"firstTo";i:2;s:4:"name";a:2:{i:0;s:2:"H1";i:1;s:2:"G1";}}i:1;a:4:{s:4:"type";i:0;s:6:"gender";i:3;s:7:"firstTo";i:2;s:4:"name";a:2:{i:0;s:2:"H2";i:1;s:2:"G2";}}i:2;a:4:{s:4:"type";i:0;s:6:"gender";i:3;s:7:"firstTo";i:2;s:4:"name";a:2:{i:0;s:2:"H3";i:1;s:2:"G3";}}i:3;a:4:{s:4:"type";i:0;s:6:"gender";i:3;s:7:"firstTo";i:2;s:4:"name";a:2:{i:0;s:2:"H1";i:1;s:2:"G2";}}i:4;a:4:{s:4:"type";i:0;s:6:"gender";i:2;s:7:"firstTo";i:2;s:4:"name";a:2:{i:0;s:2:"H2";i:1;s:2:"G3";}}i:5;a:4:{s:4:"type";i:0;s:6:"gender";i:3;s:7:"firstTo";i:2;s:4:"name";a:2:{i:0;s:2:"H3";i:1;s:2:"G1";}}i:6;a:4:{s:4:"type";i:0;s:6:"gender";i:3;s:7:"firstTo";i:2;s:4:"name";a:2:{i:0;s:2:"H1";i:1;s:2:"G3";}}i:7;a:4:{s:4:"type";i:0;s:6:"gender";i:3;s:7:"firstTo";i:2;s:4:"name";a:2:{i:0;s:2:"H2";i:1;s:2:"G1";}}i:8;a:4:{s:4:"type";i:0;s:6:"gender";i:3;s:7:"firstTo";i:2;s:4:"name";a:2:{i:0;s:2:"H3";i:1;s:2:"G2";}}i:9;a:3:{s:4:"type";i:1;s:6:"gender";i:3;s:7:"firstTo";i:2;}}
            • inningsa:4:{i:0;i:3;i:1;i:3;i:2;i:3;i:3;i:1;}
            • notes
            • created2023-07-20 20:02:52
            • updated2023-07-20 20:02:52
    • $request->data(empty)
    • $this->validationErrors(array)
      • Setting(empty)
      • User(empty)
      • Division(empty)
      • Team(empty)
      • MatchMode(empty)
      • Blog(empty)
      • Game(empty)
      • Venue(empty)
      • HomeTeam(empty)
      • AwayTeam(empty)
      • PlayerStat(empty)
      • Page(empty)
      • Contact(empty)
    • Loaded Helpers(array)
      • 0Number
      • 1SimpleGraph
      • 2DebugTimer
      • 3Toolbar
      • 4Form
      • 5Html
      • 6Flash
      • 7HtmlToolbar
    ====
  • Environment
    +

    App Constants

    Constant Value
    CONFIG /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/Config/
    PLUGIN_CONFIG /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/Plugin/Install/Config/

    CakePHP Constants

    Constant Value
    APP /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/
    APP_DIR app
    APPLIBS /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/Lib/
    CACHE /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/tmp/cache/
    CAKE /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/Lib/Cake/
    CAKE_CORE_INCLUDE_PATH /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/Lib
    CORE_PATH /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/Lib/
    CAKE_VERSION 2.10.3
    CSS /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/webroot/css/
    CSS_URL css/
    DS /
    FULL_BASE_URL https://bdso.nichtsooft.com
    IMAGES /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/webroot/img/
    IMAGES_URL img/
    JS /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/webroot/js/
    JS_URL js/
    LOGS /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/tmp/logs/
    ROOT /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com
    TESTS /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/Test/
    TMP /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/tmp/
    VENDORS /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/vendors/
    WEBROOT_DIR webroot
    WWW_ROOT /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/webroot/

    PHP Environment

    Environment Variable Value
    Php Version 7.4.28
    User nichtsooft
    Home /var/www/vhosts/nichtsooft.com
    Script Name /app/webroot/index.php
    Request Uri /users/forgot
    Query String
    Request Method GET
    Server Protocol HTTP/1.0
    Gateway Interface CGI/1.1
    Redirect Url /app/webroot/users/forgot
    Remote Port 58356
    Script Filename /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/webroot/index.php
    Server Admin [no address given]
    Context Document Root /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com
    Context Prefix
    Request Scheme https
    Document Root /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com
    Remote Addr 216.73.216.158
    Server Port 443
    Server Addr 84.19.190.100
    Server Name bdso.nichtsooft.com
    Server Software Apache
    Server Signature <address>Apache Server at bdso.nichtsooft.com Port 443</address>
    Path /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    Http Accept Encoding gzip, br, zstd, deflate
    Http User Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
    Http Accept */*
    Http Connection close
    Http X Accel Internal /internal-nginx-static-location
    Http X Real Ip 216.73.216.158
    Http Host bdso.nichtsooft.com
    Proxy-nokeepalive 1
    Ssl Tls Sni bdso.nichtsooft.com
    Https on
    Passenger Download Native Support Binary 0
    Passenger Compile Native Support Binary 0
    Script Uri https://bdso.nichtsooft.com/users/forgot
    Script Url /users/forgot
    Unique Id aUEDY1BIIk0SK6SBoXg7EgAAAFQ
    Redirect Status 200
    Redirect Ssl Tls Sni bdso.nichtsooft.com
    Redirect Https on
    Redirect Passenger Download Native Support Binary 0
    Redirect Passenger Compile Native Support Binary 0
    Redirect Script Uri https://bdso.nichtsooft.com/users/forgot
    Redirect Script Url /users/forgot
    Redirect Unique Id aUEDY1BIIk0SK6SBoXg7EgAAAFQ
    Redirect Redirect Status 200
    Redirect Redirect Ssl Tls Sni bdso.nichtsooft.com
    Redirect Redirect Https on
    Redirect Redirect Passenger Download Native Support Binary 0
    Redirect Redirect Passenger Compile Native Support Binary 0
    Redirect Redirect Script Uri https://bdso.nichtsooft.com/users/forgot
    Redirect Redirect Script Url /users/forgot
    Redirect Redirect Unique Id aUEDY1BIIk0SK6SBoXg7EgAAAFQ
    Fcgi Role RESPONDER
    Php Self /app/webroot/index.php
    Request Time Float 1765868387.5738
    Request Time 1765868387
    ====
  • Include
    +

    Included Files

    Include Paths

    • 0/var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com//app/Lib
    • 2/usr/share/php
    • 3-> /var/www/vhosts/nichtsooft.com/bdso.nichtsooft.com/app/Lib/Cake/

    Included Files

    • core(empty)
    • app(array)
      • Behavior(array)
        • 0APP/Lib/Cake/Model/Behavior/ContainableBehavior.php
      • Cache(array)
        • 0APP/Lib/Cake/Cache/Cache.php
        • 1APP/Lib/Cake/Cache/Engine/FileEngine.php
        • 2APP/Lib/Cake/Cache/CacheEngine.php
      • Component(array)
        • 0APP/Lib/Cake/Controller/Component/SessionComponent.php
        • 1APP/Lib/Cake/Controller/Component/FlashComponent.php
        • 2APP/Lib/Cake/Controller/Component/AuthComponent.php
        • 3APP/Lib/Cake/Controller/Component/PaginatorComponent.php
      • Config(array)
        • 0APP/Config/core.php
        • 1APP/Config/bootstrap.php
        • 2APP/Config/konstanten.php
        • 3APP/Config/routes.php
        • 4APP/Lib/Cake/Config/routes.php
        • 5APP/Config/database.php
        • 6APP/Lib/Cake/Config/config.php
      • Configure(array)
        • 0APP/Lib/Cake/Configure/PhpReader.php
        • 1APP/Lib/Cake/Configure/ConfigReaderInterface.php
      • Controller(array)
        • 0APP/Controller/UsersController.php
        • 1APP/Controller/AppController.php
        • 2APP/Lib/Cake/Controller/Controller.php
        • 3APP/Lib/Cake/Controller/ComponentCollection.php
        • 4APP/Lib/Cake/Controller/Component.php
      • Datasource(array)
        • 0APP/Lib/Cake/Model/Datasource/CakeSession.php
        • 1APP/Lib/Cake/Model/Datasource/Database/Mysql.php
        • 2APP/Lib/Cake/Model/Datasource/DboSource.php
        • 3APP/Lib/Cake/Model/Datasource/DataSource.php
      • Error(array)
        • 0APP/Lib/Cake/Error/exceptions.php
        • 1APP/Lib/Cake/Error/ErrorHandler.php
      • I18n(array)
        • 0APP/Lib/Cake/I18n/I18n.php
        • 1APP/Lib/Cake/I18n/L10n.php
      • Log(array)
        • 0APP/Lib/Cake/Log/CakeLog.php
        • 1APP/Lib/Cake/Log/LogEngineCollection.php
        • 2APP/Lib/Cake/Log/Engine/FileLog.php
        • 3APP/Lib/Cake/Log/Engine/BaseLog.php
        • 4APP/Lib/Cake/Log/CakeLogInterface.php
      • Model(array)
        • 0APP/Model/Setting.php
        • 1APP/Model/AppModel.php
        • 2APP/Lib/Cake/Model/Model.php
        • 3APP/Lib/Cake/Model/BehaviorCollection.php
        • 4APP/Lib/Cake/Model/ModelBehavior.php
        • 5APP/Lib/Cake/Model/ConnectionManager.php
        • 6APP/Model/User.php
        • 7APP/Model/Division.php
        • 8APP/Model/Team.php
        • 9APP/Model/MatchMode.php
        • 10APP/Model/Blog.php
        • 11APP/Model/Game.php
        • 12APP/Model/Venue.php
        • 13APP/Model/PlayerStat.php
        • 14APP/Model/Page.php
        • 15APP/Model/Contact.php
      • Network(array)
        • 0APP/Lib/Cake/Network/CakeRequest.php
        • 1APP/Lib/Cake/Network/CakeResponse.php
      • Other(array)
        • 0APP/webroot/index.php
        • 1APP/Lib/Cake/bootstrap.php
        • 2APP/Lib/Cake/basics.php
        • 3APP/Lib/Cake/Core/App.php
        • 4APP/Lib/Cake/Core/Configure.php
        • 5APP/Lib/Cake/Core/CakePlugin.php
        • 6APP/Lib/Cake/Event/CakeEventListener.php
        • 7APP/Lib/Cake/Event/CakeEvent.php
        • 8APP/Lib/Cake/Event/CakeEventManager.php
        • 9APP/Lib/Cake/Core/CakeObject.php
      • Routing(array)
        • 0APP/Lib/Cake/Routing/Dispatcher.php
        • 1APP/Lib/Cake/Routing/Filter/AssetDispatcher.php
        • 2APP/Lib/Cake/Routing/DispatcherFilter.php
        • 3APP/Lib/Cake/Routing/Filter/CacheDispatcher.php
        • 4APP/Lib/Cake/Routing/Router.php
        • 5APP/Lib/Cake/Routing/Route/CakeRoute.php
        • 6APP/Lib/Cake/Routing/Route/PluginShortRoute.php
      • Utility(array)
        • 0APP/Lib/Cake/Utility/Hash.php
        • 1APP/Lib/Cake/Utility/Inflector.php
        • 2APP/Lib/Cake/Utility/ObjectCollection.php
        • 3APP/Lib/Cake/Utility/Debugger.php
        • 4APP/Lib/Cake/Utility/CakeText.php
        • 5APP/Lib/Cake/Utility/ClassRegistry.php
      • View(array)
        • 0APP/Lib/Cake/View/HelperCollection.php
    • plugins(array)
      • CakePdf(array)
        • Config(array)
          • 0CakePdf/Config/bootstrap.php
          • 1CakePdf/Config/routes.php
      • DebugKit(array)
        • Component(array)
          • 0DebugKit/Controller/Component/ToolbarComponent.php
        • Plugin(array)
          • 0DebugKit/Lib/DebugMemory.php
          • 1DebugKit/Lib/Panel/HistoryPanel.php
          • 2DebugKit/Lib/DebugPanel.php
          • 3DebugKit/Lib/Panel/SessionPanel.php
          • 4DebugKit/Lib/Panel/RequestPanel.php
          • 5DebugKit/Lib/Panel/SqlLogPanel.php
          • 6DebugKit/Lib/Panel/TimerPanel.php
          • 7DebugKit/Lib/Panel/LogPanel.php
          • 8DebugKit/Lib/Log/Engine/DebugKitLog.php
          • 9DebugKit/Lib/Panel/VariablesPanel.php
          • 10DebugKit/Lib/Panel/EnvironmentPanel.php
          • 11DebugKit/Lib/Panel/IncludePanel.php
          • 12DebugKit/Lib/DebugTimer.php
      • Install(array)
        • Config(array)
          • 0Install/Config/bootstrap.php
          • 1Install/Config/routes.php
      • Search(array)
        • Behavior(array)
          • 0Search/Model/Behavior/SearchableBehavior.php
    ====