Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • b5ae6efbe48c8150b4120b6ba4881024c049d6a3
  • master default protected
  • fix_nzb_cat
  • develop
  • guessit2-minimal
  • ssl_warning
  • UHD-qualities
  • fix_providers8
  • !
  • tvvault
  • provider_alpharatio
  • v5.1.1
  • v5.1
  • v5.0.3
  • v5.0.2
  • v5.0.1
  • v5.0
  • v4.2.1.07
  • v4.2.1.06
  • v4.2.1.05
  • v4.2.1.04
  • v4.2.1.03
  • v4.2.1.02
  • v4.2.1.01
  • v4.2.1.0
  • v4.2.0.6
  • v4.2.0.5
  • v4.2.0.4
  • v4.2.0.3
  • v4.2.0.2
  • v4.2.0.1
31 results

formwizard.js

Blame
  • check_db_install.php 289 B
    <?php
    
    /* check if we are able to connect to database ! */
    
    # initialize install class
    $Install = new Install ($Database);
    # try to connect, if it fails redirect to install
    $Install->check_db_connection(true);
    # connection is ok, check that table exists
    $Install->check_table("vrf", true);