Code
- index.php ➔ newSubmissions()
- index.php ➔ autoStories()
- index.php ➔ lastStories()
- index.php ➔ expStories()
- index.php ➔ setPruneManager()
- index.php ➔ confirmBeforePrune()
- index.php ➔ pruneNews()
- index.php ➔ createNewsletter()
- index.php ➔ launchNewsletter()
- index.php ➔ exportNews()
- index.php ➔ news_utf8_encode()
- index.php ➔ launchExport()
- index.php ➔ topicsmanager()
- index.php ➔ modTopicS()
- index.php ➔ delTopic()
- index.php ➔ addTopic()
- index.php ➔ getStats()
- index.php ➔ getMetagen()
- index.php ➔ saveMetagenBlackList()
- index.php ➔ saveMetagenOptions()

Loading history...
Instead of super-globals, we recommend to explicitly inject the dependencies of your class. This makes your code less dependent on global state and it becomes generally more testable: