mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 23:27:17 +02:00
Updated Compile Adminer with Plugin(s) and Design (markdown)
@@ -15,7 +15,7 @@ The [`compile.sh`](https://github.com/FrancoisCapon/LoginToASqlite3DatabaseWitho
|
||||
```bash
|
||||
echo -e "\n$step. Load plugin's sources:\n"
|
||||
((step+=1))
|
||||
wget -P adminer/plugins/ https://raw.githubusercontent.com/.../master/fc-sqlite-connection-without-credentials.php
|
||||
wget -P adminer/plugins/ https://raw.githubusercontent.com/.../master/plugin.php
|
||||
echo -e "\n$step. Adding the plugin to the sources\n"
|
||||
((step+=1))
|
||||
cat << "EOPHP" >> adminer/adminer/include/bootstrap.inc.php
|
||||
@@ -34,9 +34,8 @@ The script can also embedded design:
|
||||
design=$2
|
||||
echo -e "\n$step. Set the design: $design\n"
|
||||
((step+=1))
|
||||
cp $CSS_FILE $CSS_FILE.backup
|
||||
cat $CSS_FILE.backup $DESIGNS_DIR/$design/adminer.css > $CSS_FILE
|
||||
fi
|
||||
cp $CSS_FILE $CSS_FILE.backup
|
||||
cat $CSS_FILE.backup $DESIGNS_DIR/$design/adminer.css > $CSS_FILE
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user