marig345 / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

OAuthStoreAnyMeta references out-of-project include #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. require_once('OAuthStoreAnyMeta.php')

What is the expected output? What do you see instead?
Success. Instead: PHP Fatal error:  require_once(): Failed opening required 
'<root>/includes/store/../../../../core/inc/any_database.inc.php'

What version of the product are you using? On what operating system?
r64. OS X.

Please provide any additional information below.
Removing the include works to _load_ the file, but I doubt the classes will 
work.

Original issue reported on code.google.com by jkinnera...@gmail.com on 12 Oct 2009 at 9:16

GoogleCodeExporter commented 9 years ago
Removed the dependency (require_once), as suggested by the OP. It's expected 
that the
require should be handled elsewhere.

Original comment by brunobg%...@gtempaccount.com on 12 Jan 2010 at 6:43