Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
28675a29
Commit
28675a29
authored
Mar 26, 2014
by
Alan Garcia
Browse files
Gros doigts powa.
parent
0bf65964
Changes
1
Hide whitespace changes
Inline
Side-by-side
phpunit/bootstrap.php
View file @
28675a29
...
...
@@ -26,7 +26,7 @@ require_once ALTERNC_PANEL."/class/functions.php";
// General variables setup
// *********************
if
(
is_readable
(
'local.sh'
)){
$configFile
=
file_get_contents
(
'local.sh'
;
$configFile
=
file_get_contents
(
'local.sh'
)
;
}
else
if
(
is_readable
(
'local.sh_generic'
)){
$configFile
=
file_get_contents
(
'local.sh_generic'
);
}
else
{
...
...
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