Skip to content

Commit

Permalink
Updated installer dependencies and referencs to site. Closes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
sque committed Dec 24, 2013
1 parent e2f6ca3 commit 4d058a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
?>
</div>
<div class="footer">
Powered by: <a href="http://wind.cube.gr/"><b>WiND - Wireless Nodes Database project</b></a><br/>
&copy; 2005-2011 <a href="http://wind.cube.gr/wiki/Team">WiND development team</a>
Powered by: <a href="https://github.com/wind-project/wind"><b>WiND - Wireless Nodes Database project</b></a><br/>
&copy; 2005-2013 <a href="https://github.com/wind-project/wind/wiki/Team">WiND Contributors</a>
</div>
</body>
</html>
Expand Down
2 changes: 1 addition & 1 deletion install/steps/step_deps.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function check_wind_dependencies() {

// PHP Version
$phpversion = explode('.', phpversion());
$dependancies['PHP Version >= 5.0'] = $phpversion[0] >= 5;
$dependancies['PHP Version >= 5.3'] = ($phpversion[0] >= 5 && $phpversion[1] >=3);

// MySQL Support
$dependancies['PHP-MySQL extension'] = (extension_loaded('mysql') && function_exists('mysql_connect'));
Expand Down

0 comments on commit 4d058a0

Please sign in to comment.