Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ncBash
/
mcBash
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 882fadfd
authored
Apr 09, 2012
by
Frederick d. Maus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vllt liegt es daran
1 parent
7527b5cf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
13 deletions
Temp/mc_readPhpConfig.tmp
basepath.inc.sh
include.inc.sh
Temp/mc_readPhpConfig.tmp
100644 → 100755
View file @
882fadf
#!/bin/bash
_LOSP_NAME
=
"freeSN"
_LOSP_NAME
=
"losp"
_LOSP_STORABLE_KINDOF
=
'MySql'
_LOSP_STORABLE_DATA
=
array
_LOSP_STORABLE_DATA_config_user
=
"
lospuser4
"
_LOSP_STORABLE_DATA_config_
db
=
"lospdb4
"
_LOSP_STORABLE_DATA_config_
passwd
=
"losppassword4
"
_LOSP_STORABLE_DATA_config_user
=
"
testfreeSN
"
_LOSP_STORABLE_DATA_config_
passwd
=
"password
"
_LOSP_STORABLE_DATA_config_
db
=
"testfreeSN_1200
"
_LOSP_STORABLE_DATA_config_dbserver
=
"localhost"
_LOSP_STORABLE_DATA_SREQUEST
=
array
_LOSP_STORABLE_DATA_SREQUEST_config_user
=
'lospuser4'
_LOSP_STORABLE_DATA_SREQUEST_config_
db
=
'lospdb_srequest4'
_LOSP_STORABLE_DATA_SREQUEST_config_
passwd
=
"losppassword4
"
_LOSP_STORABLE_DATA_SREQUEST_config_user
=
"testfreeSNSR"
_LOSP_STORABLE_DATA_SREQUEST_config_
passwd
=
"password"
_LOSP_STORABLE_DATA_SREQUEST_config_
db
=
"testfreeSNSR_1200
"
_LOSP_STORABLE_DATA_SREQUEST_config_dbserver
=
"localhost"
_LOSP_STORABLE_KINDOF
=
'MySql'
_LOSP_SITEPATH
=
'/'
._LOSP_NAME.
'/'
_LOSP_LANGUAGE
=
'german'
_LOSP_LANGUAGE_XML
=
true
_TREE
=
'mensch.coop'
_LOSP_DESIGNDIR
=
'mensch.coop'
_LOSP_DEV
=
false
_LOSP_DEV
=
true
_LOSP_DEV_XMLOUTPUT
=
true
_LOSP_DEPRECATED
=
false
basepath.inc.sh
View file @
882fadf
#!/bin/bash
__BASEPATH_EX
=
'../../../../'
__PATH_to_mcBash
=
$__BASEPATH_EX
'include/Lib/Tools/mcBash/'
#__BASEPATH_EX='./'
__BASEPATH_EX
=
'/home/dev/mcBash/'
# __PATH_to_mcBash=$__BASEPATH_EX'include/Lib/Tools/mcBash/'
__PATH_to_mcBash
=
$__BASEPATH_EX
__PATH_to_Temp
=
$__PATH_to_mcBash
'Temp'
__THIS_DIR
=
$(
pwd
)
'/'
include.inc.sh
View file @
882fadf
#!/bin/bash
#__BASEPATH_EX='/home/dev/mcBash/'
__BASEPATH_EX
=
${
__BASEPATH_EX
:-
/home/dev/mcBash/
}
#__PATH_to_mcBash=$__BASEPATH_EX
__PATH_to_mcBash
=
${
__PATH_to_mcBash
:-
$__BASEPATH_EX
}
__PATH_to_Temp
=
$__PATH_to_mcBash
'Temp'
__THIS_DIR
=
$(
pwd
)
'/'
__DATE
=
"
$(
date +%Y-%m-%d
)
"
.
"
$__PATH_to_mcBash
/fnc_mc_echo.inc.sh"
.
"
$__PATH_to_mcBash
/fnc_mc_file.inc.sh"
.
"
$__PATH_to_mcBash
/fnc_mc_dialog.inc.sh"
\ No newline at end of file
.
"
$__PATH_to_mcBash
/fnc_mc_dialog.inc.sh"
Write
Preview
Markdown
is supported
Attach a file
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 post a comment