Skip to content

Instantly share code, notes, and snippets.

@HusseinMorsy
Created October 1, 2009 07:30
Show Gist options
  • Save HusseinMorsy/198795 to your computer and use it in GitHub Desktop.
Save HusseinMorsy/198795 to your computer and use it in GitHub Desktop.
mysql> select * from sites;
+----+-----------------------+-------------+--------------+----------+-------------+
| id | host | layout | cetrel_appid | show_all | redirect_to |
+----+-----------------------+-------------+--------------+----------+-------------+
| 3 | reisen.sales-lentz.lu | application | VSL | 1 | travels_url |
| 4 | reisen.travel.lu | travel_lu | TRR | 1 | travels_url |
| 5 | xmas.sales-lentz.lu | xmas | VSL | 1 | |
+----+-----------------------+-------------+--------------+----------+-------------+
3 rows in set (0.01 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment