doc:appunti:linux:sa:drupal
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:linux:sa:drupal [2011/01/28 14:39] – [Moduli e temi aggiuntivi] niccolo | doc:appunti:linux:sa:drupal [2011/01/28 14:45] (current) – [Moduli e temi aggiuntivi] niccolo | ||
|---|---|---|---|
| Line 169: | Line 169: | ||
| ' | ' | ||
| ); | ); | ||
| + | </ | ||
| + | |||
| + | Per vedere se il sito è off-line dal contenuto del database: | ||
| + | |||
| + | <code sql> | ||
| + | SELECT * FROM variable WHERE name = ' | ||
| + | </ | ||
| + | |||
| + | I valori della variabile possono essere: | ||
| + | |||
| + | ^ '' | ||
| + | ^ '' | ||
| + | |||
| + | Se la variabile non è mai stata definita è possibile crearla con: | ||
| + | |||
| + | <code sql> | ||
| + | INSERT INTO variable (name, value) VALUES (' | ||
| </ | </ | ||
| ===== Link diretti alle pagine di amministrazione ===== | ===== Link diretti alle pagine di amministrazione ===== | ||
doc/appunti/linux/sa/drupal.1296221983.txt.gz · Last modified: by niccolo
