From 22cfadc9a6161ac3bcfa589cc2e3e23f1bebfa76 Mon Sep 17 00:00:00 2001 From: ozhozh Date: Fri, 14 Jan 2011 07:24:32 +0000 Subject: [PATCH] Prevent full path disclosure in case of direct calls. Fixes issue 646. git-svn-id: http://yourls.googlecode.com/svn/trunk@571 12232710-3e20-11de-b438-597f59cd7555 --- includes/auth.php | 3 +++ user/plugins/hyphens-in-urls/plugin.php | 3 +++ user/plugins/random-bg/plugin.php | 3 +++ user/plugins/sample-page/plugin.php | 3 +++ user/plugins/sample-plugin/plugin.php | 3 +++ user/plugins/sample-toolbar/plugin.php | 3 +++ 6 files changed, 18 insertions(+) diff --git a/includes/auth.php b/includes/auth.php index 0ca8f35..f554013 100644 --- a/includes/auth.php +++ b/includes/auth.php @@ -1,4 +1,7 @@