Elgg
Version 2.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
installation
install
js_rewrite_check.php
Go to the documentation of this file.
1
<?php
8
$args
= array(
9
json_encode(
$vars
[
'url'
]),
10
json_encode(
elgg_echo
(
'install:check:rewrite:success'
)),
11
json_encode(
elgg_get_site_url
() .
'install.php?step=database'
)
12
);
13
?>
14
<script>
15
elgg
.installer.rewriteTest(<?php
echo
implode(
', '
,
$args
) ?>);
16
</script>
elgg
elgg
Definition:
install.js:23
elgg_echo
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition:
languages.php:21
$args
$args
Some servers don't allow PHP to check the rewrite, so try via AJAX.
Definition:
js_rewrite_check.php:8
$vars
$vars['entity']
Definition:
plugin_settings.php:15
echo
elgg echo
Translates a string.
Definition:
languages.js:48
elgg_get_site_url
elgg_get_site_url($site_guid=0)
Get the URL for the current (or specified) site.
Definition:
configuration.php:27
Generated on Sat Dec 21 2024 00:01:05 for Elgg by
1.8.11