Trace where code is coming from (PHP)

前端 未结 5 1691
北恋
北恋 2021-02-04 21:07

I\'m going through a customer\'s server, running crazy proprietary forum software (vBulletin) and even worse SEO mods (vbseo). I cannot figure out where the php code for a page

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-04 21:38

    Check out the debug_backtrace function - this should always be available, even on production servers.

提交回复
热议问题