index.php

Gesponsorde koppelingen

PHP script bestanden

  1. index.php
  2. AB.php

« Lees de omschrijving en reacties

Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
  if(!isset($_SESSION)) {
    session_start();
  }


  /**
   * A/B Testing.
   */

  include_once("includes/lib/AB.php");
  $ab = AB::Instance()->getAb();

  /**
   * Include the template selected by A/B test.
   */

  include_once("includes/templates/$ab/index.php");
?>

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.