Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Antoine
ae2
Commits
ce327837
Commit
ce327837
authored
Aug 01, 2007
by
Ayolo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mouick
parent
17c8f452
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
include/mysqlae.inc.php-dist
include/mysqlae.inc.php-dist
+1
-0
No files found.
include/mysqlae.inc.php-dist
View file @
ce327837
...
...
@@ -39,6 +39,7 @@
if
(
isset
(
$_SERVER
[
'SCRIPT_FILENAME'
])
&&
!
preg_match
(
'/^\/var\/www\/ae\/www\/(taiste|taiste21|ae2)\//'
,
$_SERVER
[
'SCRIPT_FILENAME'
])
&&
!
ereg
(
"^/var/www/ae/accounts/([a-z]*)/aecms"
,
$_SERVER
[
'SCRIPT_FILENAME'
])
)
{
print_r
(
$_SERVER
[
'SCRIPT_FILENAME'
]);
/* On est peut_etre dans le cas d'une utilisation "home" */
if
(
file_exists
(
$topdir
.
"include/mysqlae_home.inc.php"
))
require_once
(
$topdir
.
"include/mysqlae_home.inc.php"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment