---
title: "Deprecation: #65289 - Deprecate browser entry point"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-65289"
source: "Changelog/7.2/Deprecation-65289-DeprecateBrowserEntryPoint.rst"
typo3-version: "7.2"
typo3-major: 7
type: "deprecation"
issue: 65289
forge: "https://forge.typo3.org/issues/65289"
tags: ["PHP-API", "Backend"]
rendered: "2026-09-25T23:17:45+00:00"
---

# Deprecation: #65289 - Deprecate browser entry point {#deprecation-65289}

See [forge#65289](https://forge.typo3.org/issues/65289)

## Description {#description}

The following entry point has been marked as deprecated:

-   typo3/browser.php

## Impact {#impact}

Using this entry point in a backend module will throw a deprecation message.

## Migration {#migration}

Use `TYPO3CMSBackendUtilityBackendUtility::getModuleUrl()` instead with the according module name.

`typo3/browser.php` will have to be refactored to `TYPO3CMSBackendUtilityBackendUtility::getModuleUrl('browser')`
