Changeset 2268051
- Timestamp:
- 03/26/2020 10:58:46 AM (6 years ago)
- Location:
- guestapp
- Files:
-
- 1 edited
- 19 copied
-
tags/1.4.8/trunk (copied) (copied from guestapp/trunk)
-
tags/1.4.8/trunk/CGuestApp.php (copied) (copied from guestapp/trunk/CGuestApp.php) (1 diff)
-
tags/1.4.8/trunk/README.txt (copied) (copied from guestapp/trunk/README.txt)
-
tags/1.4.8/trunk/guestapp-widget.php (copied) (copied from guestapp/trunk/guestapp-widget.php)
-
tags/1.4.8/trunk/guestapp.php (copied) (copied from guestapp/trunk/guestapp.php)
-
tags/1.4.8/trunk/js/perfect-scrollbar.min.js (copied) (copied from guestapp/trunk/js/perfect-scrollbar.min.js)
-
tags/1.4.8/trunk/lang/build.sh (copied) (copied from guestapp/trunk/lang/build.sh)
-
tags/1.4.8/trunk/lang/en_EN.po (copied) (copied from guestapp/trunk/lang/en_EN.po)
-
tags/1.4.8/trunk/lang/fr_FR.po (copied) (copied from guestapp/trunk/lang/fr_FR.po)
-
tags/1.4.8/trunk/lang/guestapp-en_EN.mo (copied) (copied from guestapp/trunk/lang/guestapp-en_EN.mo)
-
tags/1.4.8/trunk/lang/guestapp-en_GB.mo (copied) (copied from guestapp/trunk/lang/guestapp-en_GB.mo)
-
tags/1.4.8/trunk/lang/guestapp-en_US.mo (copied) (copied from guestapp/trunk/lang/guestapp-en_US.mo)
-
tags/1.4.8/trunk/lang/guestapp-es_ES.mo (copied) (copied from guestapp/trunk/lang/guestapp-es_ES.mo)
-
tags/1.4.8/trunk/lang/guestapp-fr_FR.mo (copied) (copied from guestapp/trunk/lang/guestapp-fr_FR.mo)
-
tags/1.4.8/trunk/styles/perfect-scrollbar.min.css (copied) (copied from guestapp/trunk/styles/perfect-scrollbar.min.css)
-
tags/1.4.8/trunk/styles/style.css (copied) (copied from guestapp/trunk/styles/style.css)
-
tags/1.4.8/trunk/templates/after_widget.php (copied) (copied from guestapp/trunk/templates/after_widget.php)
-
tags/1.4.8/trunk/templates/widget-overview.php (copied) (copied from guestapp/trunk/templates/widget-overview.php)
-
tags/1.4.8/trunk/templates/widget.php (copied) (copied from guestapp/trunk/templates/widget.php)
-
trunk/CGuestApp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
guestapp/tags/1.4.8/trunk/CGuestApp.php
r2238895 r2268051 20 20 */ 21 21 function __construct($token = null) { 22 $this->APIPath = "https:// guestapp.me/rest/reviews.json?";22 $this->APIPath = "https://wire.guest-suite.com/rest/reviews.json?"; 23 23 //$this->APIPath = "http://guestapp.dev/app_dev.php/rest/reviews.json?"; // DEBUG 24 24 // Et quand je commit ici, ca casse probablement -
guestapp/trunk/CGuestApp.php
r2238895 r2268051 20 20 */ 21 21 function __construct($token = null) { 22 $this->APIPath = "https:// guestapp.me/rest/reviews.json?";22 $this->APIPath = "https://wire.guest-suite.com/rest/reviews.json?"; 23 23 //$this->APIPath = "http://guestapp.dev/app_dev.php/rest/reviews.json?"; // DEBUG 24 24 // Et quand je commit ici, ca casse probablement
Note: See TracChangeset
for help on using the changeset viewer.