Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael R Lundquist
zipAPI
Commits
98fd38d2
Commit
98fd38d2
authored
Nov 14, 2018
by
michael lundquist
Browse files
printing out the PHP_ROOT
parent
da867010
Changes
1
Hide whitespace changes
Inline
Side-by-side
configNuts.php
View file @
98fd38d2
<?php
//configure the database name?
define
(
"PHP_ROOT"
,
$_SERVER
[
"DOCUMENT_ROOT"
]
.
"/zipAPI"
);
echo
PHP_ROOT
;
if
(
strstr
(
PHP_ROOT
,
"public_html"
)
===
TRUE
){
//API
define
(
"HTML_ROOT"
,
""
);
...
...
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